#include <FindConstructor.h>
Definition at line 9 of file FindConstructor.h.
◆ FindConstructor() [1/2]
FindConstructor::FindConstructor |
( |
const clang::CXXRecordDecl * | declaration, |
|
|
llvm::raw_ostream & | os ) |
◆ ~FindConstructor()
FindConstructor::~FindConstructor |
( |
| ) |
|
|
virtual |
◆ FindConstructor() [2/2]
systemc_clang::FindConstructor::FindConstructor |
( |
llvm::raw_ostream & | | ) |
|
|
private |
◆ dump()
void FindConstructor::dump |
( |
| ) |
const |
◆ getAsCXXRecordDecl()
const clang::CXXRecordDecl * FindConstructor::getAsCXXRecordDecl |
( |
| ) |
const |
◆ getConstructorDecl()
clang::CXXConstructorDecl * FindConstructor::getConstructorDecl |
( |
| ) |
const |
◆ getConstructorStmt()
clang::Stmt * FindConstructor::getConstructorStmt |
( |
| ) |
const |
◆ shouldVisitTemplateInstantiations()
bool FindConstructor::shouldVisitTemplateInstantiations |
( |
| ) |
const |
◆ VisitCXXConstructorDecl()
bool FindConstructor::VisitCXXConstructorDecl |
( |
clang::CXXConstructorDecl * | ctor_decl | ) |
|
|
virtual |
◆ VisitCXXMethodDecl()
bool FindConstructor::VisitCXXMethodDecl |
( |
clang::CXXMethodDecl * | method_declaration | ) |
|
|
virtual |
◆ constructor_decl_
clang::CXXConstructorDecl* systemc_clang::FindConstructor::constructor_decl_ |
|
private |
◆ constructor_stmt_
clang::Stmt* systemc_clang::FindConstructor::constructor_stmt_ |
|
private |
◆ declaration_
const clang::CXXRecordDecl* systemc_clang::FindConstructor::declaration_ |
|
private |
◆ os_
llvm::raw_ostream& systemc_clang::FindConstructor::os_ |
|
private |
◆ pass_
unsigned int systemc_clang::FindConstructor::pass_ |
|
private |
The documentation for this class was generated from the following files: