Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DDynamicRecursiveASTVisitor.cpp232 #define ABSTRACT_STMT(STMT) argument
233 #define STMT(CLASS, PARENT) \ macro
237 #define STMT(CLASS, PARENT) \ macro
347 #define ABSTRACT_STMT(STMT) argument
348 #define STMT(CLASS, PARENT) FORWARD_TO_BASE(Traverse##CLASS, CLASS, *) macro
351 #define STMT(CLASS, PARENT) FORWARD_TO_BASE(WalkUpFrom##CLASS, CLASS, *) macro
H A DStmt.cpp51 #define STMT(CLASS, PARENT) macro
57 #define ABSTRACT_STMT(STMT) argument
73 #define ABSTRACT_STMT(STMT) in getStmtInfoTableEntry() argument
74 #define STMT(CLASS, PARENT) \ in getStmtInfoTableEntry() macro
94 #define STMT(CLASS, PARENT) \ macro
102 #define STMT(CLASS, PARENT) \ macro
288 #define STMT(type, base) \ in check_implementations() macro
299 #define STMT(type, base) \ in children() macro
338 #define STMT(type, base) \ in getSourceRange() macro
350 #define STMT(type, base) \ in getBeginLoc() 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.cpp415 #define STMT(CLASS, PARENT) \ macro
442 #define STMT(CLASS, PARENT) \ in IsEquivalent() macro
H A DExpr.cpp280 #define STMT(type, base) \ in getExprLoc() macro
2025 #define STMT(Type, Base) in path_buffer() macro
3602 #define STMT(Type, Base) case Type##Class: in HasSideEffects() macro
H A DStmtOpenMP.cpp374 #define STMT(CLASS, PARENT) in getTransformedStmt() macro
387 #define STMT(CLASS, PARENT) in getPreInits() macro
H A DStmtProfile.cpp49 #define STMT(Node, Base) void Visit##Node(const Node *S); macro
H A DStmtPrinter.cpp165 #define STMT(CLASS, PARENT) \ macro
H A DItaniumMangle.cpp4985 #define STMT(Type, Base) \ in mangleExpression() macro
H A DExprConstant.cpp17288 #define STMT(Node, Base) case Expr::Node##Class: in CheckICE() macro
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DDynamicRecursiveASTVisitor.h263 #define ABSTRACT_STMT(STMT) argument
264 #define STMT(CLASS, PARENT) virtual bool Traverse##CLASS(MaybeConst<CLASS> *S); macro
267 #define STMT(CLASS, PARENT) \ macro
H A DStmtVisitor.h109 #define ABSTRACT_STMT(STMT) in Visit() argument
110 #define STMT(CLASS, PARENT) \ in Visit() macro
118 #define STMT(CLASS, PARENT) \ macro
H A DRecursiveASTVisitor.h369 #define ABSTRACT_STMT(STMT)
370 #define STMT(CLASS, PARENT) \
378 #define STMT(CLASS, PARENT) \
563 #define ABSTRACT_STMT(STMT)
564 #define STMT(CLASS, PARENT) \
630 #define ABSTRACT_STMT(STMT)
631 #define STMT(CLASS, PARENT) \
2405 #define DEF_TRAVERSE_STMT(STMT, CODE) \
2407 bool RecursiveASTVisitor<Derived>::Traverse##STMT( \
2408 STMT *S, DataRecursionQueue *Queue) { \
[all …]
H A DStmt.h89 #define STMT(CLASS, PARENT) CLASS##Class, macro
94 #define ABSTRACT_STMT(STMT) argument
/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/
H A DChecker.h81 template <typename STMT>
85 ((const CHECKER *)checker)->checkPreStmt(cast<STMT>(S), C); in _checkStmt()
89 return isa<STMT>(S); in _handlesStmt()
100 template <typename STMT>
104 ((const CHECKER *)checker)->checkPostStmt(cast<STMT>(S), C); in _checkStmt()
108 return isa<STMT>(S); in _handlesStmt()
/freebsd/contrib/llvm-project/clang/lib/CIR/CodeGen/
H A DCIRGenStmt.cpp77 #define STMT(Type, Base) in emitStmt() macro
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGStmt.cpp121 #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.cpp120 #define STMT(Type, Base) \ macro
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DTreeTransform.h812 #define STMT(Node, Parent) \ macro
4295 #define STMT(Node, Parent) \ in TransformStmt() macro
4305 #define STMT(Node, Parent) in TransformStmt() macro
4347 #define STMT(Node, Parent) case Stmt::Node##Class: break; in TransformExpr() macro