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

/external/clang/include/clang/AST/
H A DRecursiveASTVisitor.h1811 // For stmts, we automate (in the DEF_TRAVERSE_STMT macro) iterating
1819 #define DEF_TRAVERSE_STMT(STMT, CODE) \ macro
1830 DEF_TRAVERSE_STMT(GCCAsmStmt, {
1844 DEF_TRAVERSE_STMT(MSAsmStmt, {
1849 DEF_TRAVERSE_STMT(CXXCatchStmt, {
1854 DEF_TRAVERSE_STMT(DeclStmt, {
1870 DEF_TRAVERSE_STMT(BreakStmt, { })
1871 DEF_TRAVERSE_STMT(CXXTryStmt, { })
1872 DEF_TRAVERSE_STMT(CaseStmt, { })
1873 DEF_TRAVERSE_STMT(CompoundStm
2258 #undef DEF_TRAVERSE_STMT macro
[all...]
/external/clang/tools/libclang/
H A DRecursiveASTVisitor.h1736 // For stmts, we automate (in the DEF_TRAVERSE_STMT macro) iterating
1744 #define DEF_TRAVERSE_STMT(STMT, CODE) \ macro
1756 DEF_TRAVERSE_STMT(GCCAsmStmt, {
1770 DEF_TRAVERSE_STMT(MSAsmStmt, {
1775 DEF_TRAVERSE_STMT(CXXCatchStmt, {
1780 DEF_TRAVERSE_STMT(DeclStmt, {
1796 DEF_TRAVERSE_STMT(BreakStmt, { })
1797 DEF_TRAVERSE_STMT(CXXTryStmt, { })
1798 DEF_TRAVERSE_STMT(CaseStmt, { })
1799 DEF_TRAVERSE_STMT(CompoundStm
2178 #undef DEF_TRAVERSE_STMT macro
[all...]

Completed in 72 milliseconds