Home
last modified time | relevance | path

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

/freebsd-14.2/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-14.2/contrib/llvm-project/clang/include/clang/AST/
H A DStmtVisitor.h107 #define ABSTRACT_STMT(STMT) in Visit() argument
108 #define STMT(CLASS, PARENT) \ in Visit() macro
116 #define STMT(CLASS, PARENT) \ macro
H A DASTFwd.h23 #define STMT(DERIVED, BASE) class DERIVED; macro
H A DRecursiveASTVisitor.h365 #define ABSTRACT_STMT(STMT)
366 #define STMT(CLASS, PARENT) \
374 #define STMT(CLASS, PARENT) \
554 #define ABSTRACT_STMT(STMT)
555 #define STMT(CLASS, PARENT) \
621 #define ABSTRACT_STMT(STMT)
622 #define STMT(CLASS, PARENT) \
2304 #define DEF_TRAVERSE_STMT(STMT, CODE) \
2306 bool RecursiveASTVisitor<Derived>::Traverse##STMT( \
2307 STMT *S, DataRecursionQueue *Queue) { \
[all …]
H A DASTTypeTraits.h153 #define STMT(DERIVED, BASE) NKI_##DERIVED, macro
229 #define STMT(DERIVED, BASE) KIND_TO_KIND_ID(DERIVED)
H A DStmt.h88 #define STMT(CLASS, PARENT) CLASS##Class, in alignas() macro
93 #define ABSTRACT_STMT(STMT) in alignas() argument
/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DStmt.cpp64 #define ABSTRACT_STMT(STMT) in getStmtInfoTableEntry() argument
65 #define STMT(CLASS, PARENT) \ in getStmtInfoTableEntry() macro
85 #define STMT(CLASS, PARENT) \ macro
93 #define STMT(CLASS, PARENT) \ macro
279 #define STMT(type, base) \ in check_implementations() macro
290 #define STMT(type, base) \ in children() macro
329 #define STMT(type, base) \ in getSourceRange() macro
341 #define STMT(type, base) \ in getBeginLoc() macro
353 #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.cpp403 #define STMT(CLASS, PARENT) \ macro
430 #define STMT(CLASS, PARENT) \ in IsEquivalent() macro
H A DExpr.cpp271 #define STMT(type, base) \ in getExprLoc() macro
2002 #define STMT(Type, Base) in path_buffer() macro
3518 #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 DStmtProfile.cpp49 #define STMT(Node, Base) void Visit##Node(const Node *S); macro
H A DStmtPrinter.cpp164 #define STMT(CLASS, PARENT) \ macro
H A DItaniumMangle.cpp4684 #define STMT(Type, Base) \ in mangleExpression() macro
H A DExprConstant.cpp15965 #define STMT(Node, Base) case Expr::Node##Class: in CheckICE() macro
/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DCGStmt.cpp114 #define STMT(Type, Base) in EmitStmt() macro
/freebsd-14.2/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-14.2/contrib/llvm-project/clang/lib/Sema/
H A DTreeTransform.h793 #define STMT(Node, Parent) \ macro
4013 #define STMT(Node, Parent) \ in TransformStmt() macro
4023 #define STMT(Node, Parent) in TransformStmt() macro
4065 #define STMT(Node, Parent) case Stmt::Node##Class: break; in TransformExpr() macro