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

/external/clang/include/clang/AST/
H A DDataRecursiveASTVisitor.h1842 // For stmts, we automate (in the DEF_TRAVERSE_STMT macro) iterating
1850 #define DEF_TRAVERSE_STMT(STMT, CODE) \ macro
1862 DEF_TRAVERSE_STMT(GCCAsmStmt, {
1876 DEF_TRAVERSE_STMT(
1882 DEF_TRAVERSE_STMT(CXXCatchStmt, {
1887 DEF_TRAVERSE_STMT(DeclStmt, {
1901 DEF_TRAVERSE_STMT(BreakStmt, {})
1902 DEF_TRAVERSE_STMT(CXXTryStmt, {})
1903 DEF_TRAVERSE_STMT(CaseStmt, {})
1904 DEF_TRAVERSE_STMT(CompoundStm
2465 #undef DEF_TRAVERSE_STMT macro
[all...]
H A DRecursiveASTVisitor.h1860 // For stmts, we automate (in the DEF_TRAVERSE_STMT macro) iterating
1868 #define DEF_TRAVERSE_STMT(STMT, CODE) \ macro
1879 DEF_TRAVERSE_STMT(GCCAsmStmt, {
1893 DEF_TRAVERSE_STMT(
1899 DEF_TRAVERSE_STMT(CXXCatchStmt, {
1904 DEF_TRAVERSE_STMT(DeclStmt, {
1918 DEF_TRAVERSE_STMT(BreakStmt, {})
1919 DEF_TRAVERSE_STMT(CXXTryStmt, {})
1920 DEF_TRAVERSE_STMT(CaseStmt, {})
1921 DEF_TRAVERSE_STMT(CompoundStm
2487 #undef DEF_TRAVERSE_STMT macro
[all...]

Completed in 199 milliseconds