Definition at line 717 of file Modularize.cpp.
◆ CompileCheckVisitor()
CompileCheckVisitor::CompileCheckVisitor |
( |
| ) |
|
|
inline |
◆ TraverseConstructorInitializer()
bool CompileCheckVisitor::TraverseConstructorInitializer |
( |
CXXCtorInitializer * | Init | ) |
|
|
inline |
◆ TraverseDeclarationNameInfo()
bool CompileCheckVisitor::TraverseDeclarationNameInfo |
( |
DeclarationNameInfo | NameInfo | ) |
|
|
inline |
◆ TraverseLambdaCapture()
bool CompileCheckVisitor::TraverseLambdaCapture |
( |
LambdaExpr * | LE, |
|
|
const LambdaCapture * | C, |
|
|
Expr * | Init ) |
|
inline |
◆ TraverseNestedNameSpecifier()
bool CompileCheckVisitor::TraverseNestedNameSpecifier |
( |
NestedNameSpecifier * | NNS | ) |
|
|
inline |
◆ TraverseNestedNameSpecifierLoc()
bool CompileCheckVisitor::TraverseNestedNameSpecifierLoc |
( |
NestedNameSpecifierLoc | NNS | ) |
|
|
inline |
◆ TraverseStmt()
bool CompileCheckVisitor::TraverseStmt |
( |
Stmt * | S | ) |
|
|
inline |
◆ TraverseTemplateArgument()
bool CompileCheckVisitor::TraverseTemplateArgument |
( |
const TemplateArgument & | Arg | ) |
|
|
inline |
◆ TraverseTemplateArgumentLoc()
bool CompileCheckVisitor::TraverseTemplateArgumentLoc |
( |
const TemplateArgumentLoc & | ArgLoc | ) |
|
|
inline |
◆ TraverseTemplateArguments()
bool CompileCheckVisitor::TraverseTemplateArguments |
( |
ArrayRef< TemplateArgument > | | ) |
|
|
inline |
◆ TraverseTemplateName()
bool CompileCheckVisitor::TraverseTemplateName |
( |
TemplateName | Template | ) |
|
|
inline |
◆ TraverseType()
bool CompileCheckVisitor::TraverseType |
( |
QualType | T | ) |
|
|
inline |
◆ TraverseTypeLoc()
bool CompileCheckVisitor::TraverseTypeLoc |
( |
TypeLoc | TL | ) |
|
|
inline |
◆ VisitLinkageSpecDecl()
bool CompileCheckVisitor::VisitLinkageSpecDecl |
( |
LinkageSpecDecl * | D | ) |
|
|
inline |
◆ VisitNamedDecl()
bool CompileCheckVisitor::VisitNamedDecl |
( |
NamedDecl * | ND | ) |
|
|
inline |
◆ VisitNamespaceDecl()
bool CompileCheckVisitor::VisitNamespaceDecl |
( |
const NamespaceDecl * | D | ) |
|
|
inline |
The documentation for this class was generated from the following file: