#include <ModuleInstanceType.h>
|
typedef std::tuple< std::size_t, std::size_t, std::size_t > | ArrayParamType |
|
Definition at line 16 of file ModuleInstanceType.h.
◆ ArrayParamType
◆ ModuleInstanceType() [1/2]
sc_ast_matchers::ModuleInstanceType::ModuleInstanceType |
( |
| ) |
|
|
inline |
◆ ModuleInstanceType() [2/2]
◆ add_instance_name()
void sc_ast_matchers::ModuleInstanceType::add_instance_name |
( |
const std::string & | name | ) |
|
|
inline |
◆ addArraySizes()
void sc_ast_matchers::ModuleInstanceType::addArraySizes |
( |
std::vector< llvm::APInt > | sizes | ) |
|
|
inline |
◆ dump()
void sc_ast_matchers::ModuleInstanceType::dump |
( |
| ) |
|
|
inline |
◆ getArrayDimension()
unsigned int sc_ast_matchers::ModuleInstanceType::getArrayDimension |
( |
| ) |
const |
|
inline |
Return the array dimension, if the module instance is an array. 0 means a single instance k means kD array with a maximum of k = 3.
Definition at line 55 of file ModuleInstanceType.h.
◆ getArrayParameters()
ArrayParamType sc_ast_matchers::ModuleInstanceType::getArrayParameters |
( |
| ) |
|
|
inline |
◆ getArraySizes()
std::vector< llvm::APInt > sc_ast_matchers::ModuleInstanceType::getArraySizes |
( |
| ) |
|
|
inline |
◆ getInstanceDecl()
clang::Decl * sc_ast_matchers::ModuleInstanceType::getInstanceDecl |
( |
| ) |
const |
|
inline |
◆ getInstanceNames()
std::vector< std::string > sc_ast_matchers::ModuleInstanceType::getInstanceNames |
( |
| ) |
|
|
inline |
◆ getInstanceTypeDecl()
clang::Decl * sc_ast_matchers::ModuleInstanceType::getInstanceTypeDecl |
( |
| ) |
const |
|
inline |
◆ getParentDecl()
clang::ValueDecl * sc_ast_matchers::ModuleInstanceType::getParentDecl |
( |
| ) |
const |
|
inline |
◆ getVarName()
std::string sc_ast_matchers::ModuleInstanceType::getVarName |
( |
| ) |
const |
|
inline |
◆ isArrayType()
bool sc_ast_matchers::ModuleInstanceType::isArrayType |
( |
| ) |
|
|
inline |
◆ operator=()
◆ operator==()
◆ setArrayParameters()
void sc_ast_matchers::ModuleInstanceType::setArrayParameters |
( |
ArrayParamType | parm | ) |
|
|
inline |
◆ setArrayType()
void sc_ast_matchers::ModuleInstanceType::setArrayType |
( |
| ) |
|
|
inline |
◆ array_parameters_
◆ array_sizes_
std::vector<llvm::APInt> sc_ast_matchers::ModuleInstanceType::array_sizes_ |
◆ instance_decl
clang::Decl* sc_ast_matchers::ModuleInstanceType::instance_decl |
◆ instance_name
std::string sc_ast_matchers::ModuleInstanceType::instance_name |
◆ instance_names
std::vector<std::string> sc_ast_matchers::ModuleInstanceType::instance_names |
◆ is_array
bool sc_ast_matchers::ModuleInstanceType::is_array |
◆ is_array_
bool sc_ast_matchers::ModuleInstanceType::is_array_ |
◆ is_field_decl
bool sc_ast_matchers::ModuleInstanceType::is_field_decl |
◆ parent_decl
clang::ValueDecl* sc_ast_matchers::ModuleInstanceType::parent_decl |
◆ parent_name
std::string sc_ast_matchers::ModuleInstanceType::parent_name |
◆ type_decl
clang::Decl* sc_ast_matchers::ModuleInstanceType::type_decl |
◆ var_name
std::string sc_ast_matchers::ModuleInstanceType::var_name |
◆ var_type_name
std::string sc_ast_matchers::ModuleInstanceType::var_type_name |
The documentation for this struct was generated from the following file: