| /freebsd/contrib/llvm-project/clang/lib/AST/ |
| H A D | DynamicRecursiveASTVisitor.cpp | 232 #define ABSTRACT_STMT(STMT) argument 233 #define STMT(CLASS, PARENT) \ macro 237 #define STMT(CLASS, PARENT) \ macro 347 #define ABSTRACT_STMT(STMT) argument 348 #define STMT(CLASS, PARENT) FORWARD_TO_BASE(Traverse##CLASS, CLASS, *) macro 351 #define STMT(CLASS, PARENT) FORWARD_TO_BASE(WalkUpFrom##CLASS, CLASS, *) macro
|
| H A D | Stmt.cpp | 51 #define STMT(CLASS, PARENT) macro 57 #define ABSTRACT_STMT(STMT) argument 73 #define ABSTRACT_STMT(STMT) in getStmtInfoTableEntry() argument 74 #define STMT(CLASS, PARENT) \ in getStmtInfoTableEntry() macro 94 #define STMT(CLASS, PARENT) \ macro 102 #define STMT(CLASS, PARENT) \ macro 288 #define STMT(type, base) \ in check_implementations() macro 299 #define STMT(type, base) \ in children() macro 338 #define STMT(type, base) \ in getSourceRange() macro 350 #define STMT(type, base) \ in getBeginLoc() macro [all …]
|
| H A D | ASTTypeTraits.cpp | 45 #define STMT(DERIVED, BASE) { NKI_##BASE, #DERIVED }, macro 133 #define STMT(CLASS, PARENT) \ in getFromNode() macro
|
| H A D | ExprClassification.cpp | 115 #define STMT(Kind, Base) case Expr::Kind##Class: in ClassifyInternal() macro
|
| H A D | ASTStructuralEquivalence.cpp | 415 #define STMT(CLASS, PARENT) \ macro 442 #define STMT(CLASS, PARENT) \ in IsEquivalent() macro
|
| H A D | Expr.cpp | 280 #define STMT(type, base) \ in getExprLoc() macro 2025 #define STMT(Type, Base) in path_buffer() macro 3602 #define STMT(Type, Base) case Type##Class: in HasSideEffects() macro
|
| H A D | StmtOpenMP.cpp | 374 #define STMT(CLASS, PARENT) in getTransformedStmt() macro 387 #define STMT(CLASS, PARENT) in getPreInits() macro
|
| H A D | StmtProfile.cpp | 49 #define STMT(Node, Base) void Visit##Node(const Node *S); macro
|
| H A D | StmtPrinter.cpp | 165 #define STMT(CLASS, PARENT) \ macro
|
| H A D | ItaniumMangle.cpp | 4985 #define STMT(Type, Base) \ in mangleExpression() macro
|
| H A D | ExprConstant.cpp | 17288 #define STMT(Node, Base) case Expr::Node##Class: in CheckICE() macro
|
| /freebsd/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | DynamicRecursiveASTVisitor.h | 263 #define ABSTRACT_STMT(STMT) argument 264 #define STMT(CLASS, PARENT) virtual bool Traverse##CLASS(MaybeConst<CLASS> *S); macro 267 #define STMT(CLASS, PARENT) \ macro
|
| H A D | StmtVisitor.h | 109 #define ABSTRACT_STMT(STMT) in Visit() argument 110 #define STMT(CLASS, PARENT) \ in Visit() macro 118 #define STMT(CLASS, PARENT) \ macro
|
| H A D | RecursiveASTVisitor.h | 369 #define ABSTRACT_STMT(STMT) 370 #define STMT(CLASS, PARENT) \ 378 #define STMT(CLASS, PARENT) \ 563 #define ABSTRACT_STMT(STMT) 564 #define STMT(CLASS, PARENT) \ 630 #define ABSTRACT_STMT(STMT) 631 #define STMT(CLASS, PARENT) \ 2405 #define DEF_TRAVERSE_STMT(STMT, CODE) \ 2407 bool RecursiveASTVisitor<Derived>::Traverse##STMT( \ 2408 STMT *S, DataRecursionQueue *Queue) { \ [all …]
|
| H A D | Stmt.h | 89 #define STMT(CLASS, PARENT) CLASS##Class, macro 94 #define ABSTRACT_STMT(STMT) argument
|
| /freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/ |
| H A D | Checker.h | 81 template <typename STMT> 85 ((const CHECKER *)checker)->checkPreStmt(cast<STMT>(S), C); in _checkStmt() 89 return isa<STMT>(S); in _handlesStmt() 100 template <typename STMT> 104 ((const CHECKER *)checker)->checkPostStmt(cast<STMT>(S), C); in _checkStmt() 108 return isa<STMT>(S); in _handlesStmt()
|
| /freebsd/contrib/llvm-project/clang/lib/CIR/CodeGen/ |
| H A D | CIRGenStmt.cpp | 77 #define STMT(Type, Base) in emitStmt() macro
|
| /freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CGStmt.cpp | 121 #define STMT(Type, Base) in EmitStmt() macro
|
| /freebsd/contrib/llvm-project/clang/lib/Serialization/ |
| H A D | ASTWriterStmt.cpp | 113 #define STMT(Type, Base) \ macro
|
| H A D | ASTReaderStmt.cpp | 120 #define STMT(Type, Base) \ macro
|
| /freebsd/contrib/llvm-project/clang/lib/Sema/ |
| H A D | TreeTransform.h | 812 #define STMT(Node, Parent) \ macro 4295 #define STMT(Node, Parent) \ in TransformStmt() macro 4305 #define STMT(Node, Parent) in TransformStmt() macro 4347 #define STMT(Node, Parent) case Stmt::Node##Class: break; in TransformExpr() macro
|