Searched refs:DEF_TRAVERSE_STMT (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/clang/include/clang/AST/
H A DRecursiveASTVisitor.h353 // from within a DEF_TRAVERSE_STMT body or similar context.
2160 // For stmts, we automate (in the DEF_TRAVERSE_STMT macro) iterating
2168 #define DEF_TRAVERSE_STMT(STMT, CODE) \ macro
2187 DEF_TRAVERSE_STMT(GCCAsmStmt, {
2201 DEF_TRAVERSE_STMT(
2207 DEF_TRAVERSE_STMT(CXXCatchStmt, {
2212 DEF_TRAVERSE_STMT(DeclStmt, {
2226 DEF_TRAVERSE_STMT(BreakStmt, {})
2227 DEF_TRAVERSE_STMT(CXXTryStmt, {})
2228 DEF_TRAVERSE_STMT(CaseStm
3462 #undef DEF_TRAVERSE_STMT macro
[all...]

Completed in 116 milliseconds