systemc-clang 2.0.0
Parsing SystemC constructs
|
#include "ArrayTypeUtils.h"
#include "clang/AST/DeclCXX.h"
#include "clang/AST/ExprCXX.h"
#include "llvm/Support/Debug.h"
#include <iostream>
Go to the source code of this file.
Namespaces | |
namespace | sc_ast_matchers |
namespace | sc_ast_matchers::utils |
namespace | sc_ast_matchers::utils::array_type |
Functions | |
IndexMapType | sc_ast_matchers::utils::array_type::getArrayInstanceIndex (clang::CXXCtorInitializer *ctor_init) |
ArraySizesType | sc_ast_matchers::utils::array_type::getConstantArraySizes (const clang::ValueDecl *fd) |
ArraySizesExprType | sc_ast_matchers::utils::array_type::getArraySubscripts (const clang::Expr *expr) |
const clang::MemberExpr * | sc_ast_matchers::utils::array_type::getArrayMemberExprName (const clang::Expr *expr) |