Searched defs:DECL (Results 1 – 12 of 12) sorted by relevance
| /external/clang/include/clang/AST/ |
| D | DeclVisitor.h | 33 #define DECL(DERIVED, BASE) \ in Visit() macro 35 #define ABSTRACT_DECL(DECL) in Visit() argument 43 #define DECL(DERIVED, BASE) \ macro
|
| D | RecursiveASTVisitor.h | 374 #define ABSTRACT_DECL(DECL) argument 375 #define DECL(CLASS, BASE) \ macro 383 #define DECL(CLASS, BASE) \ macro 601 #define ABSTRACT_DECL(DECL) in TraverseDecl() argument 602 #define DECL(CLASS, BASE) \ in TraverseDecl() macro 1222 #define DEF_TRAVERSE_DECL(DECL, CODE) \ argument
|
| D | DeclBase.h | 82 #define DECL(DERIVED, BASE) DERIVED, macro 83 #define ABSTRACT_DECL(DECL) argument 1507 #define DECL(NAME, BASE) macro
|
| /external/clang/lib/AST/ |
| D | DeclBase.cpp | 38 #define DECL(DERIVED, BASE) static int n##DERIVED##s = 0; macro 39 #define ABSTRACT_DECL(DECL) argument 64 #define DECL(DERIVED, BASE) case DERIVED: return #DERIVED; in getDeclKindName() macro 65 #define ABSTRACT_DECL(DECL) in getDeclKindName() argument 83 #define DECL(DERIVED, BASE) case Decl::DERIVED: return #DERIVED; in getDeclKindName() macro 84 #define ABSTRACT_DECL(DECL) in getDeclKindName() argument 98 #define DECL(DERIVED, BASE) totalDecls += n##DERIVED##s; in PrintStats() macro 99 #define ABSTRACT_DECL(DECL) in PrintStats() argument 104 #define DECL(DERIVED, BASE) \ in PrintStats() macro 112 #define ABSTRACT_DECL(DECL) in PrintStats() argument [all …]
|
| D | DumpXML.cpp | 68 #define DECL(DERIVED, BASE) \ in dispatch() macro 75 #define ABSTRACT_DECL(DECL) in dispatch() argument 80 #define DECL(DERIVED, BASE) \ macro
|
| /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/javassist/src/main/javassist/compiler/ |
| D | TokenId.java | 121 int DECL = 'D'; // declaration statement field
|
| /external/clang/lib/Sema/ |
| D | SemaDeclObjC.cpp | 2593 #define DECL(type, base) \ in searchFromContainer() macro
|
| D | SemaExpr.cpp | 2239 #define DECL(type, base) \ in BuildDeclarationNameExpr() macro
|
| /external/libxml2/ |
| D | HTMLparser.c | 763 #define DECL (const char**) macro
|