Searched defs:STMT (Results 1 - 16 of 16) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/clang/include/clang/AST/
H A DASTFwd.h23 #define STMT(DERIVED, BASE) class DERIVED; macro
H A DStmtVisitor.h108 #define STMT(CLASS, PARENT) \ macro
116 #define STMT(CLASS, PARENT) \ macro
H A DASTTypeTraits.h147 #define STMT(DERIVED, BASE) NKI_##DERIVED, macro
206 #define STMT(DERIVED, BASE) KIND_TO_KIND_ID(DERIVED) macro
H A DRecursiveASTVisitor.h370 #define STMT(CLASS, PARENT) \ macro
378 #define STMT(CLASS, PARENT) \ macro
510 #define STMT(CLASS, PARENT) \ macro
543 #define STMT macro
[all...]
H A DStmt.h72 #define STMT(CLASS, PARENT) CLASS##Class, macro
/freebsd-13-stable/contrib/llvm-project/clang/lib/AST/
H A DASTTypeTraits.cpp37 #define STMT(DERIVED, BASE) { NKI_##BASE, #DERIVED }, macro
95 #define STMT(CLASS, PARENT) \ macro
H A DExprClassification.cpp109 #define STMT(Kind, Base) case Expr::Kind##Class: macro
H A DStmt.cpp63 #define STMT(CLASS, PARENT) \ macro
83 #define STMT(CLASS, PARENT) \ macro
91 #define STMT(CLASS, PARENT) \ macro
217 #define STMT(type, base) \ macro
228 #define STMT(type, base) \ macro
267 #define STMT(type, base) \ macro
279 #define STMT(type, base) \ macro
291 #define STMT(type, base) \ macro
H A DExpr.cpp230 #define STMT(type, base) \ macro
1860 #define STMT(Type, Base) macro
H A DItaniumMangle.cpp3780 #define STMT(Type, Base) \ macro
H A DStmtPrinter.cpp162 #define STMT(CLASS, PARENT) \ macro
H A DStmtProfile.cpp43 #define STMT(Node, Base) void Visit##Node(const Node *S); macro
/freebsd-13-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGStmt.cpp106 #define STMT(Type, Base) macro
/freebsd-13-stable/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriterStmt.cpp56 #define STMT(Type, Base) \ macro
H A DASTReaderStmt.cpp123 #define STMT(Type, Base) \ macro
/freebsd-13-stable/contrib/llvm-project/clang/lib/Sema/
H A DTreeTransform.h721 #define STMT(Node, Parent) \ macro
3646 #define STMT(Node, Parent) \ macro
3656 #define STMT(Node, Parent) macro
3697 #define STMT(Node, Parent) case Stmt::Node##Class: break; macro

Completed in 235 milliseconds