Searched defs:DECL (Results 1 – 14 of 14) sorted by relevance
| /external/clang/include/clang/AST/ |
| D | DeclVisitor.h | 39 #define DECL(DERIVED, BASE) \ in Visit() macro 41 #define ABSTRACT_DECL(DECL) in Visit() argument 49 #define DECL(DERIVED, BASE) \ macro
|
| D | RecursiveASTVisitor.h | 379 #define ABSTRACT_DECL(DECL) argument 380 #define DECL(CLASS, BASE) \ macro 388 #define DECL(CLASS, BASE) \ macro 616 #define ABSTRACT_DECL(DECL) in TraverseDecl() argument 617 #define DECL(CLASS, BASE) \ in TraverseDecl() macro 1239 #define DEF_TRAVERSE_DECL(DECL, CODE) \ argument
|
| D | DeclBase.h | 85 #define DECL(DERIVED, BASE) DERIVED, macro 86 #define ABSTRACT_DECL(DECL) argument
|
| /external/clang/lib/AST/ |
| D | DeclBase.cpp | 39 #define DECL(DERIVED, BASE) static int n##DERIVED##s = 0; macro 40 #define ABSTRACT_DECL(DECL) argument 74 #define DECL(DERIVED, BASE) case DERIVED: return #DERIVED; in getDeclKindName() macro 75 #define ABSTRACT_DECL(DECL) in getDeclKindName() argument 93 #define DECL(DERIVED, BASE) case Decl::DERIVED: return #DERIVED; in getDeclKindName() macro 94 #define ABSTRACT_DECL(DECL) in getDeclKindName() argument 108 #define DECL(DERIVED, BASE) totalDecls += n##DERIVED##s; in PrintStats() macro 109 #define ABSTRACT_DECL(DECL) in PrintStats() argument 114 #define DECL(DERIVED, BASE) \ in PrintStats() macro 122 #define ABSTRACT_DECL(DECL) in PrintStats() argument [all …]
|
| D | DumpXML.cpp | 69 #define DECL(DERIVED, BASE) \ in dispatch() macro 76 #define ABSTRACT_DECL(DECL) in dispatch() argument 81 #define DECL(DERIVED, BASE) \ macro
|
| D | ASTDumper.cpp | 526 #define DECL(DERIVED, BASE) \ in getPreviousDecl() macro 529 #define ABSTRACT_DECL(DECL) in getPreviousDecl() argument
|
| /external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/treeparser/ |
| D | LangLexer.h | 22 #define DECL 4 macro
|
| D | LangDumpDecl.h | 31 #define DECL 4 macro
|
| D | LangParser.h | 31 #define DECL 4 macro
|
| /external/clang/tools/libclang/ |
| D | RecursiveASTVisitor.h | 374 #define ABSTRACT_DECL(DECL) argument 375 #define DECL(CLASS, BASE) \ macro 383 #define DECL(CLASS, BASE) \ macro 558 #define ABSTRACT_DECL(DECL) in TraverseDecl() argument 559 #define DECL(CLASS, BASE) \ in TraverseDecl() macro 1181 #define DEF_TRAVERSE_DECL(DECL, CODE) \ argument
|
| /external/javassist/src/main/javassist/compiler/ |
| D | TokenId.java | 121 int DECL = 'D'; // declaration statement field
|
| /external/clang/lib/Sema/ |
| D | SemaDeclObjC.cpp | 2685 #define DECL(type, base) \ in searchFromContainer() macro
|
| D | SemaExpr.cpp | 2446 #define DECL(type, base) \ in BuildDeclarationNameExpr() macro
|
| /external/libxml2/ |
| D | HTMLparser.c | 763 #define DECL (const char**) macro
|