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

/freebsd-11-stable/contrib/llvm-project/clang/include/clang/AST/
H A DRecursiveASTVisitor.h339 #define TRAVERSE_STMT_BASE(NAME, CLASS, VAR, QUEUE) \ macro
356 if (!TRAVERSE_STMT_BASE(Stmt, Stmt, S, Queue)) \
553 return TRAVERSE_STMT_BASE(NAME, CLASS, VAR, Queue);
3464 #undef TRAVERSE_STMT_BASE macro

Completed in 62 milliseconds