Home
last modified time | relevance | path

Searched defs:DECL (Results 1 – 25 of 39) sorted by relevance

12

/external/llvm-project/clang/include/clang/AST/
DDeclVisitor.h39 #define DECL(DERIVED, BASE) \ in Visit() macro
41 #define ABSTRACT_DECL(DECL) in Visit() argument
49 #define DECL(DERIVED, BASE) \ macro
DASTFwd.h20 #define DECL(DERIVED, BASE) class DERIVED##Decl; macro
DASTTypeTraits.h141 #define DECL(DERIVED, BASE) NKI_##DERIVED##Decl, macro
/external/clang/include/clang/AST/
DDeclVisitor.h40 #define DECL(DERIVED, BASE) \ in Visit() macro
42 #define ABSTRACT_DECL(DECL) in Visit() argument
50 #define DECL(DERIVED, BASE) \ macro
DASTFwd.h21 #define DECL(DERIVED, BASE) class DERIVED##Decl; macro
DASTTypeTraits.h131 #define DECL(DERIVED, BASE) NKI_##DERIVED##Decl, macro
DDeclBase.h82 #define DECL(DERIVED, BASE) DERIVED, macro
83 #define ABSTRACT_DECL(DECL) argument
/external/clang/lib/AST/
DDeclBase.cpp40 #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 …]
DASTTypeTraits.cpp32 #define DECL(DERIVED, BASE) { NKI_##BASE, #DERIVED "Decl" }, macro
79 #define DECL(DERIVED, BASE) \ in getFromNode() macro
/external/llvm-project/clang/lib/AST/
DDeclBase.cpp59 #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 …]
DASTTypeTraits.cpp35 #define DECL(DERIVED, BASE) { NKI_##BASE, #DERIVED "Decl" }, macro
85 #define DECL(DERIVED, BASE) \ in getFromNode() macro
/external/compiler-rt/test/asan/TestCases/Posix/
Dcoverage-direct-large.cc39 #define DECL(x) __attribute__((noinline)) static void x() {} macro
42 F4(DECL, f) in F4() argument
/external/antlr/runtime/ObjC/Framework/examples/treeparser/
DLangLexer.h22 #define DECL 4 macro
DLangDumpDecl.h31 #define DECL 4 macro
DLangParser.h31 #define DECL 4 macro
/external/jacoco/org.jacoco.report.test/src/org/jacoco/report/internal/xml/
DXMLElementTest.java27 private static final String DECL = "<?xml version=\"1.0\" encoding=\"UTF-8\"?>"; field in XMLElementTest
/external/clang/test/CoverageMapping/
Dmacro-expressions.cpp5 #define DECL(T, x) T x macro
/external/llvm-project/clang/test/CoverageMapping/
Dmacro-expressions.cpp5 #define DECL(T, x) T x macro
/external/libvpx/libvpx/vpx_dsp/x86/
Dhighbd_variance_sse2.c252 #define DECL(w, opt) \ macro
405 #define DECL(w, opt) \ macro
Dvariance_sse2.c426 #define DECL(w, opt) \ macro
496 #define DECL(w, opt) \ macro
/external/clang/include/clang/Sema/
DTemplate.h405 #define DECL(DERIVED, BASE) \ macro
407 #define ABSTRACT_DECL(DECL) argument
/external/llvm-project/clang/include/clang/Sema/
DTemplate.h496 #define DECL(DERIVED, BASE) \ macro
498 #define ABSTRACT_DECL(DECL) argument
/external/javassist/src/main/javassist/compiler/
DTokenId.java122 int DECL = 'D'; // declaration statement field
/external/libaom/libaom/aom_dsp/x86/
Dhighbd_variance_sse2.c272 #define DECL(w, opt) \ macro
453 #define DECL(w, opt) \ macro
Dvariance_sse2.c343 #define DECL(w, opt) \ macro
417 #define DECL(w, opt) \ macro

12