Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/clang/include/clang/AST/
H A DStmtVisitor.h108 #define ABSTRACT_STMT(STMT) in Visit() macro
107 ABSTRACT_STMT(STMT) Visit() argument
116 #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
/freebsd-src/contrib/llvm-project/clang/lib/AST/
H A DStmt.cpp65 #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 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.cpp403 #define STMT( global() macro
430 #define STMT( IsEquivalent() macro
H A DExpr.cpp271 #define STMT( getExprLoc() macro
2002 #define STMT( path_buffer() macro
3518 #define STMT( HasSideEffects() macro
H A DStmtOpenMP.cpp376 #define STMT(CLASS, PARENT) in getTransformedStmt() macro
389 #define STMT(CLASS, PARENT) in getPreInits() macro
H A DStmtPrinter.cpp164 #define STMT(CLASS, PARENT) \ macro
H A DStmtProfile.cpp49 #define STMT(Node, Base) void Visit##Node(const Node *S); macro
H A DItaniumMangle.cpp4684 #define STMT( mangleExpression() macro
H A DExprConstant.cpp15965 #define STMT( CheckICE() macro
/freebsd-src/contrib/llvm-project/clang/lib/CodeGen/
H A DCGStmt.cpp114 #define STMT( EmitStmt() macro
/freebsd-src/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriterStmt.cpp113 #define STMT(Type, Base) \ macro
H A DASTReaderStmt.cpp124 #define STMT(Type, Base) \ macro
/freebsd-src/contrib/llvm-project/clang/lib/Sema/
H A DTreeTransform.h793 #define STMT( global() macro
4013 #define STMT( TransformStmt() macro
4023 #define STMT( TransformStmt() macro
4065 #define STMT( TransformExpr() macro