Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DStmtVisitor.h108 #define ABSTRACT_STMT(STMT) in Visit() argument
109 #define STMT(CLASS, PARENT) \ in Visit() macro
117 #define STMT(CLASS, PARENT) \ macro
H A DStmt.h88 #define STMT(CLASS, PARENT) CLASS##Class, macro
93 #define ABSTRACT_STMT(STMT) argument
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DStmt.cpp65 #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 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(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 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.cpp4705 #define STMT(Type, Base) \ in mangleExpression() macro
H A DExprConstant.cpp16381 #define STMT(Node, Base) case Expr::Node##Class: in CheckICE() macro
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGStmt.cpp118 #define STMT(Type, Base) in EmitStmt() macro
/freebsd/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/contrib/llvm-project/clang/lib/Sema/
H A DTreeTransform.h808 #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