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

/external/clang/include/clang/AST/
H A DDataRecursiveASTVisitor.h1174 // For a Decl, we automate (in the DEF_TRAVERSE_DECL macro) traversing
1195 #define DEF_TRAVERSE_DECL(DECL, CODE) \ macro
1204 DEF_TRAVERSE_DECL(AccessSpecDecl, {})
1206 DEF_TRAVERSE_DECL(BlockDecl, {
1216 // decls_begin()/decls_end() (done in the DEF_TRAVERSE_DECL macro)
1221 DEF_TRAVERSE_DECL(CapturedDecl, {
1224 // decls_begin()/decls_end() (done in the DEF_TRAVERSE_DECL macro)
1229 DEF_TRAVERSE_DECL(EmptyDecl, {})
1231 DEF_TRAVERSE_DECL(FileScopeAsmDecl,
1234 DEF_TRAVERSE_DECL(ImportDec
1838 #undef DEF_TRAVERSE_DECL macro
[all...]
H A DRecursiveASTVisitor.h1239 // For a Decl, we automate (in the DEF_TRAVERSE_DECL macro) traversing
1260 #define DEF_TRAVERSE_DECL(DECL, CODE) \ macro
1269 DEF_TRAVERSE_DECL(AccessSpecDecl, {})
1271 DEF_TRAVERSE_DECL(BlockDecl, {
1281 // decls_begin()/decls_end() (done in the DEF_TRAVERSE_DECL macro)
1286 DEF_TRAVERSE_DECL(CapturedDecl, {
1289 // decls_begin()/decls_end() (done in the DEF_TRAVERSE_DECL macro)
1294 DEF_TRAVERSE_DECL(EmptyDecl, {})
1296 DEF_TRAVERSE_DECL(FileScopeAsmDecl,
1299 DEF_TRAVERSE_DECL(ImportDec
1856 #undef DEF_TRAVERSE_DECL macro
[all...]

Completed in 424 milliseconds