/freebsd/contrib/llvm-project/clang/include/clang/AST/ |
H A D | StmtVisitor.h | 108 #define ABSTRACT_STMT(STMT) in Visit() argument 109 #define STMT(CLASS, PARENT) \ in Visit() macro 117 #define STMT(CLASS, PARENT) \ macro
|
H A D | Stmt.h | 88 #define STMT(CLASS, PARENT) CLASS##Class, macro 93 #define ABSTRACT_STMT(STMT) argument
|
/freebsd/contrib/llvm-project/clang/lib/AST/ |
H A D | Stmt.cpp | 65 #define ABSTRACT_STMT(STMT) in getStmtInfoTableEntry() argument 66 #define STMT(CLASS, PARENT) \ in getStmtInfoTableEntry() macro 86 #define STMT(CLASS, PARENT) \ macro 94 #define STMT(CLASS, PARENT) \ macro 280 #define STMT(type, base) \ in check_implementations() macro 291 #define STMT(type, base) \ in children() macro 330 #define STMT(type, base) \ in getSourceRange() macro 342 #define STMT(type, base) \ in getBeginLoc() macro 354 #define STMT(type, base) \ in 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 | 413 #define STMT(CLASS, PARENT) \ macro 440 #define STMT(CLASS, PARENT) \ in IsEquivalent() macro
|
H A D | Expr.cpp | 281 #define STMT(type, base) \ in getExprLoc() macro 2027 #define STMT(Type, Base) in path_buffer() macro 3578 #define STMT(Type, Base) case Type##Class: in 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 | 4705 #define STMT(Type, Base) \ in mangleExpression() macro
|
H A D | ExprConstant.cpp | 16381 #define STMT(Node, Base) case Expr::Node##Class: in CheckICE() macro
|
/freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
H A D | CGStmt.cpp | 118 #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 | 124 #define STMT(Type, Base) \ macro
|
/freebsd/contrib/llvm-project/clang/lib/Sema/ |
H A D | TreeTransform.h | 808 #define STMT(Node, Parent) \ macro 4095 #define STMT(Node, Parent) \ in TransformStmt() macro 4105 #define STMT(Node, Parent) in TransformStmt() macro 4147 #define STMT(Node, Parent) case Stmt::Node##Class: break; in TransformExpr() macro
|