| /external/clang/include/clang/AST/ | 
| D | DeclVisitor.h | 40 #define DECL(DERIVED, BASE) \  in Visit()  macro42 #define ABSTRACT_DECL(DECL)  in Visit()  argument
 50 #define DECL(DERIVED, BASE) \  macro
 
 | 
| D | ASTFwd.h | 21 #define DECL(DERIVED, BASE) class DERIVED##Decl;  macro
 | 
| D | ASTTypeTraits.h | 131 #define DECL(DERIVED, BASE) NKI_##DERIVED##Decl,  macro
 | 
| D | DeclBase.h | 82 #define DECL(DERIVED, BASE) DERIVED,  macro83 #define ABSTRACT_DECL(DECL)  argument
 
 | 
| /external/clang/lib/AST/ | 
| D | DeclBase.cpp | 40 #define DECL(DERIVED, BASE) static int n##DERIVED##s = 0;  macro41 #define ABSTRACT_DECL(DECL)  argument
 48 #define DECL(DERIVED, BASE)                                                    \  macro
 52 #define ABSTRACT_DECL(DECL)  argument
 106 #define DECL(DERIVED, BASE) case DERIVED: return #DERIVED;  in getDeclKindName()  macro
 107 #define ABSTRACT_DECL(DECL)  in getDeclKindName()  argument
 126 #define DECL(DERIVED, BASE) case Decl::DERIVED: return #DERIVED;  in getDeclKindName()  macro
 127 #define ABSTRACT_DECL(DECL)  in getDeclKindName()  argument
 141 #define DECL(DERIVED, BASE) totalDecls += n##DERIVED##s;  in PrintStats()  macro
 142 #define ABSTRACT_DECL(DECL)  in PrintStats()  argument
 [all …]
 
 | 
| D | ASTTypeTraits.cpp | 32 #define DECL(DERIVED, BASE) { NKI_##BASE, #DERIVED "Decl" },  macro79 #define DECL(DERIVED, BASE)                                                    \  in getFromNode()  macro
 
 | 
| D | ASTDumper.cpp | 878 #define DECL(DERIVED, BASE) \  in dumpPreviousDecl()  macro881 #define ABSTRACT_DECL(DECL)  in dumpPreviousDecl()  argument
 
 | 
| D | Decl.cpp | 1505 #define DECL(Type, Base) \  in isRedeclarable()  macro1508 #define ABSTRACT_DECL(DECL)  in isRedeclarable()  argument
 
 | 
| /external/compiler-rt/test/asan/TestCases/Posix/ | 
| D | coverage-direct-large.cc | 39 #define DECL(x) __attribute__((noinline)) static void x() {}  macro42 F4(DECL, f)  in F4()  argument
 
 | 
| /external/antlr/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/jacoco/org.jacoco.report.test/src/org/jacoco/report/internal/xml/ | 
| D | XMLElementTest.java | 28 	private static final String DECL = "<?xml version=\"1.0\" encoding=\"UTF-8\"?>";  field in XMLElementTest
 | 
| /external/clang/test/CoverageMapping/ | 
| D | macro-expressions.cpp | 5 #define DECL(T, x) T x  macro
 | 
| /external/clang/include/clang/Sema/ | 
| D | Template.h | 405 #define DECL(DERIVED, BASE) \  macro407 #define ABSTRACT_DECL(DECL)  argument
 
 | 
| /external/libvpx/vpx_dsp/x86/ | 
| D | highbd_variance_sse2.c | 253 #define DECL(w, opt)                                                         \  macro406 #define DECL(w, opt)                                                         \  in FNS()  macro
 
 | 
| D | variance_sse2.c | 426 #define DECL(w, opt)                                                          \  macro496 #define DECL(w, opt)                                                   \  macro
 
 | 
| /external/javassist/src/main/javassist/compiler/ | 
| D | TokenId.java | 122     int DECL = 'D';     // declaration statement  field
 | 
| /external/libaom/aom_dsp/x86/ | 
| D | highbd_variance_sse2.c | 268 #define DECL(w, opt)                                                         \  macro449 #define DECL(w, opt)                                                         \  in FNS()  macro
 
 | 
| D | variance_sse2.c | 374 #define DECL(w, opt)                                                           \  macro468 #define DECL(w, opt)                                                        \  macro
 
 | 
| /external/clang/lib/Serialization/ | 
| D | ASTReaderDecl.cpp | 3023 #define DECL(TYPE, BASE)                               \  in getMostRecentDecl()  macro3139 #define DECL(TYPE, BASE)                                                  \  in attachPreviousDecl()  macro
 3175 #define DECL(TYPE, BASE)                                  \  in attachLatestDecl()  macro
 3194 #define DECL(TYPE, BASE)                                             \  in markIncompleteDeclChain()  macro
 
 | 
| /external/libxml2/ | 
| D | HTMLparser.c | 774 #define DECL (const char**)  macro
 | 
| /external/cronet/third_party/libxml/src/ | 
| D | HTMLparser.c | 771 #define DECL (const char**)  macro
 | 
| /external/clang/lib/Sema/ | 
| D | SemaDeclObjC.cpp | 4005 #define DECL(type, base) \  in searchFromContainer()  macro
 | 
| D | SemaExpr.cpp | 2890 #define DECL(type, base) \  in BuildDeclarationNameExpr()  macro
 |