Home
last modified time | relevance | path

Searched defs:STMT (Results 1 – 21 of 21) sorted by relevance

/llvm-project/clang/include/clang/AST/
H A DStmtVisitor.h109 #define ABSTRACT_STMT(STMT) in Visit() macro
108 ABSTRACT_STMT(STMT) Visit() argument
117 #define STMT( global() macro
H A DStmt.h88 #define STMT(CLASS, PARENT) CLASS##Class, macro
93 #define ABSTRACT_STMT(STMT) argument
H A DASTFwd.h23 #define STMT(DERIVED, BASE) class DERIVED; macro
H A DASTTypeTraits.h153 #define STMT(DERIVED, BASE) NKI_##DERIVED, macro
/llvm-project/clang/test/CoverageMapping/
H A Dmacro-expressions.cpp15 #define STMT(s) s macro
47 void STMT(fn2()) { in STMT() function
50 void STMT(fn3)() { in STMT() function
H A Dterminate-statements.cpp141 #define STMT(S) S macro
/llvm-project/mlir/lib/Dialect/SparseTensor/IR/Detail/
H A DLvlTypeParser.cpp17 #define FAILURE_IF_FAILED(STMT) \ argument
/llvm-project/clang/lib/AST/
H A DStmt.cpp94 #define STMT(CLASS, PARENT) \ macro
65 ABSTRACT_STMT(STMT) getStmtInfoTableEntry() argument
66 #define STMT( getStmtInfoTableEntry() macro
86 #define STMT( global() macro
280 #define STMT( check_implementations() macro
291 #define STMT( children() macro
330 #define STMT( getSourceRange() macro
342 #define STMT( getBeginLoc() macro
354 #define STMT( getEndLoc() macro
[all...]
H A DASTTypeTraits.cpp45 #define STMT(DERIVED, BASE) { NKI_##BASE, #DERIVED }, macro
133 #define STMT(CLASS, PARENT) \ in getFromNode() macro
H A DExprClassification.cpp115 #define STMT(Kind, Base) case Expr::Kind##Class: in ClassifyInternal() macro
H A DASTStructuralEquivalence.cpp413 #define STMT(CLASS, PARENT) \ macro
440 #define STMT(CLASS, PARENT) \ in IsEquivalent() macro
H A DExpr.cpp281 #define STMT( getExprLoc() macro
2027 #define STMT( path_buffer() macro
3578 #define STMT( HasSideEffects() macro
H A DStmtOpenMP.cpp376 #define STMT( getTransformedStmt() macro
389 #define STMT( getPreInits() macro
H A DStmtPrinter.cpp164 #define STMT( global() macro
H A DStmtProfile.cpp49 #define STMT(Node, Base) void Visit##Node(const Node *S); macro
H A DItaniumMangle.cpp4705 #define STMT( mangleExpression() macro
H A DExprConstant.cpp16344 #define STMT( CheckICE() macro
/llvm-project/clang/lib/CodeGen/
H A DCGStmt.cpp118 #define STMT( EmitStmt() macro
/llvm-project/clang/lib/Serialization/
H A DASTWriterStmt.cpp113 #define STMT( global() macro
H A DASTReaderStmt.cpp124 #define STMT( global() macro
/llvm-project/clang/lib/Sema/
H A DTreeTransform.h808 #define STMT( global() macro
4092 #define STMT( TransformStmt() macro
4102 #define STMT( TransformStmt() macro
4144 #define STMT( TransformExpr() macro