/external/llvm-project/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 | ASTFwd.h | 20 #define DECL(DERIVED, BASE) class DERIVED##Decl; macro
|
D | ASTTypeTraits.h | 141 #define DECL(DERIVED, BASE) NKI_##DERIVED##Decl, macro
|
/external/clang/include/clang/AST/ |
D | DeclVisitor.h | 40 #define DECL(DERIVED, BASE) \ in Visit() macro 42 #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, macro 83 #define ABSTRACT_DECL(DECL) argument
|
/external/clang/lib/AST/ |
D | DeclBase.cpp | 40 #define DECL(DERIVED, BASE) static int n##DERIVED##s = 0; macro 41 #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" }, macro 79 #define DECL(DERIVED, BASE) \ in getFromNode() macro
|
/external/llvm-project/clang/lib/AST/ |
D | DeclBase.cpp | 59 #define DECL(DERIVED, BASE) static int n##DERIVED##s = 0; macro 60 #define ABSTRACT_DECL(DECL) argument 67 #define DECL(DERIVED, BASE) \ macro 70 #define ABSTRACT_DECL(DECL) argument 126 #define DECL(DERIVED, BASE) case DERIVED: return #DERIVED; in getDeclKindName() macro 127 #define ABSTRACT_DECL(DECL) in getDeclKindName() argument 157 #define DECL(DERIVED, BASE) case Decl::DERIVED: return #DERIVED; in getDeclKindName() macro 158 #define ABSTRACT_DECL(DECL) in getDeclKindName() argument 173 #define DECL(DERIVED, BASE) totalDecls += n##DERIVED##s; in PrintStats() macro 174 #define ABSTRACT_DECL(DECL) in PrintStats() argument [all …]
|
D | ASTTypeTraits.cpp | 35 #define DECL(DERIVED, BASE) { NKI_##BASE, #DERIVED "Decl" }, macro 85 #define DECL(DERIVED, BASE) \ in getFromNode() macro
|
/external/compiler-rt/test/asan/TestCases/Posix/ |
D | coverage-direct-large.cc | 39 #define DECL(x) __attribute__((noinline)) static void x() {} macro 42 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 | 27 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/llvm-project/clang/test/CoverageMapping/ |
D | macro-expressions.cpp | 5 #define DECL(T, x) T x macro
|
/external/libvpx/libvpx/vpx_dsp/x86/ |
D | highbd_variance_sse2.c | 252 #define DECL(w, opt) \ macro 405 #define DECL(w, opt) \ macro
|
D | variance_sse2.c | 426 #define DECL(w, opt) \ macro 496 #define DECL(w, opt) \ macro
|
/external/clang/include/clang/Sema/ |
D | Template.h | 405 #define DECL(DERIVED, BASE) \ macro 407 #define ABSTRACT_DECL(DECL) argument
|
/external/llvm-project/clang/include/clang/Sema/ |
D | Template.h | 496 #define DECL(DERIVED, BASE) \ macro 498 #define ABSTRACT_DECL(DECL) argument
|
/external/javassist/src/main/javassist/compiler/ |
D | TokenId.java | 122 int DECL = 'D'; // declaration statement field
|
/external/libaom/libaom/aom_dsp/x86/ |
D | highbd_variance_sse2.c | 272 #define DECL(w, opt) \ macro 453 #define DECL(w, opt) \ macro
|
D | variance_sse2.c | 343 #define DECL(w, opt) \ macro 417 #define DECL(w, opt) \ macro
|