Class FindConstructor¶
Defined in File FindConstructor.h
Inheritance Relationships¶
Base Type¶
public RecursiveASTVisitor< FindConstructor >
Class Documentation¶
-
class
systemc_clang::FindConstructor: public RecursiveASTVisitor<FindConstructor>¶ Public Functions
-
FindConstructor(CXXRecordDecl*, llvm::raw_ostream&)¶
-
virtual
~FindConstructor()¶
-
virtual bool
VisitCXXMethodDecl(CXXMethodDecl*)¶
-
virtual bool
VisitCXXConstructorDecl(CXXConstructorDecl *ctor_decl)¶
-
bool
shouldVisitTemplateInstantiations() const¶
-
CXXRecordDecl *
getAsCXXRecordDecl() const¶
-
CXXConstructorDecl *
getConstructorDecl() const¶
-
Stmt *
getConstructorStmt() const¶
-
void
dump() const¶
-