Searched refs:STMT (Results 1 - 19 of 19) 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.h107 #define ABSTRACT_STMT(STMT)
108 #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.h369 #define ABSTRACT_STMT(STMT)
370 #define STMT(CLASS, PARENT) \ macro
373 // The above header #undefs ABSTRACT_STMT and STMT upon exit.
378 #define STMT(CLASS, PARENT) \ macro
509 #define ABSTRACT_STMT(STMT)
510 #define STMT(CLASS, PARENT) \ macro
523 // In pre-order traversal mode, each Traverse##STMT method is responsible for
524 // calling WalkUpFrom. Therefore, if the user overrides Traverse##STMT and
529 // In post-order traversal mode the Traverse##STMT method, when it receives a
536 // user did not override the Traverse##STMT metho
543 #define STMT macro
[all...]
H A DStmt.h72 #define STMT(CLASS, PARENT) CLASS##Class, macro
77 #define ABSTRACT_STMT(STMT)
/freebsd-13-stable/contrib/apr-util/dbd/
H A Dapr_dbd_odbc.c1243 CHECK_ERROR(handle, "SQLAllocHandle (STMT)", rc, SQL_HANDLE_DBC,
1277 CHECK_ERROR(handle, "SQLAllocHandle (STMT)", rc, SQL_HANDLE_DBC,
1477 CHECK_ERROR(handle, "SQLAllocHandle (STMT)", rc,
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/
H A DChecker.h81 template <typename STMT>
85 ((const CHECKER *)checker)->checkPreStmt(cast<STMT>(S), C);
89 return isa<STMT>(S);
100 template <typename STMT>
104 ((const CHECKER *)checker)->checkPostStmt(cast<STMT>(S), C);
108 return isa<STMT>(S);
/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 DStmt.cpp62 #define ABSTRACT_STMT(STMT)
63 #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 DExprClassification.cpp109 #define STMT(Kind, Base) case Expr::Kind##Class: macro
H A DExpr.cpp230 #define STMT(type, base) \ macro
1860 #define STMT(Type, Base) macro
3406 #define STMT(Type, Base) case Type##Class:
H A DStmtPrinter.cpp162 #define STMT(CLASS, PARENT) \ macro
H A DStmtProfile.cpp43 #define STMT(Node, Base) void Visit##Node(const Node *S); macro
H A DItaniumMangle.cpp3780 #define STMT(Type, Base) \ macro
H A DExprConstant.cpp14477 #define STMT(Node, Base) case Expr::Node##Class:
/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/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
/freebsd-13-stable/contrib/llvm-project/clang/lib/Serialization/
H A DASTReaderStmt.cpp123 #define STMT(Type, Base) \ macro
H A DASTWriterStmt.cpp56 #define STMT(Type, Base) \ macro

Completed in 434 milliseconds