/freebsd-src/contrib/llvm-project/clang/include/clang/AST/ |
H A D | StmtVisitor.h | 108 #define ABSTRACT_STMT(STMT) in Visit() macro 107 ABSTRACT_STMT(STMT) Visit() argument 116 #define STMT( global() macro
|
H A D | Stmt.h | 88 #define STMT(CLASS, PARENT) CLASS##Class, macro 93 #define ABSTRACT_STMT(STMT) argument
|
H A D | ASTFwd.h | 23 #define STMT(DERIVED, BASE) class DERIVED; macro
|
H A D | ASTTypeTraits.h | 153 #define STMT(DERIVED, BASE) NKI_##DERIVED, macro
|
/freebsd-src/contrib/llvm-project/clang/lib/AST/ |
H A D | Stmt.cpp | 65 #define ABSTRACT_STMT(STMT) in getStmtInfoTableEntry() macro 64 ABSTRACT_STMT(STMT) getStmtInfoTableEntry() argument 85 #define STMT( global() macro 93 #define STMT( global() macro 279 #define STMT( check_implementations() macro 290 #define STMT( children() macro 329 #define STMT( getSourceRange() macro 341 #define STMT( getBeginLoc() macro 353 #define STMT( getEndLoc() macro
|
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 | 403 #define STMT( global() macro 430 #define STMT( IsEquivalent() macro
|
H A D | Expr.cpp | 271 #define STMT( getExprLoc() macro 2002 #define STMT( path_buffer() macro 3518 #define STMT( HasSideEffects() macro
|
H A D | StmtOpenMP.cpp | 376 #define STMT(CLASS, PARENT) in getTransformedStmt() macro 389 #define STMT(CLASS, PARENT) in getPreInits() macro
|
H A D | StmtPrinter.cpp | 164 #define STMT(CLASS, PARENT) \ macro
|
H A D | StmtProfile.cpp | 49 #define STMT(Node, Base) void Visit##Node(const Node *S); macro
|
H A D | ItaniumMangle.cpp | 4684 #define STMT( mangleExpression() macro
|
H A D | ExprConstant.cpp | 15965 #define STMT( CheckICE() macro
|
/freebsd-src/contrib/llvm-project/clang/lib/CodeGen/ |
H A D | CGStmt.cpp | 114 #define STMT( EmitStmt() macro
|
/freebsd-src/contrib/llvm-project/clang/lib/Serialization/ |
H A D | ASTWriterStmt.cpp | 113 #define STMT(Type, Base) \ macro
|
H A D | ASTReaderStmt.cpp | 124 #define STMT(Type, Base) \ macro
|
/freebsd-src/contrib/llvm-project/clang/lib/Sema/ |
H A D | TreeTransform.h | 793 #define STMT( global() macro 4013 #define STMT( TransformStmt() macro 4023 #define STMT( TransformStmt() macro 4065 #define STMT( TransformExpr() macro
|