Home
last modified time | relevance | path

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

/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
DASTDumper.cpp878 #define DECL(DERIVED, BASE) \ in dumpPreviousDecl() macro
881 #define ABSTRACT_DECL(DECL) in dumpPreviousDecl() argument
DDecl.cpp1505 #define DECL(Type, Base) \ in isRedeclarable() macro
1508 #define ABSTRACT_DECL(DECL) in isRedeclarable() argument
/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/antlr-3.4/runtime/ObjC/Framework/examples/treeparser/
DLangLexer.h22 #define DECL 4 macro
DLangDumpDecl.h31 #define DECL 4 macro
DLangParser.h31 #define DECL 4 macro
/external/clang/test/CoverageMapping/
Dmacro-expressions.cpp5 #define DECL(T, x) T x macro
/external/libvpx/libvpx/vpx_dsp/x86/
Dhighbd_variance_sse2.c251 #define DECL(w, opt) \ macro
404 #define DECL(w, opt) \ macro
Dvariance_sse2.c312 #define DECL(w, opt) \ macro
381 #define DECL(w, opt) \ macro
/external/clang/include/clang/Sema/
DTemplate.h405 #define DECL(DERIVED, BASE) \ macro
407 #define ABSTRACT_DECL(DECL) argument
/external/javassist/src/main/javassist/compiler/
DTokenId.java121 int DECL = 'D'; // declaration statement field
/external/clang/lib/Serialization/
DASTReaderDecl.cpp3023 #define DECL(TYPE, BASE) \ in getMostRecentDecl() macro
3139 #define DECL(TYPE, BASE) \ in attachPreviousDecl() macro
3175 #define DECL(TYPE, BASE) \ in attachLatestDecl() macro
3194 #define DECL(TYPE, BASE) \ in markIncompleteDeclChain() macro
/external/clang/lib/Sema/
DSemaDeclObjC.cpp4005 #define DECL(type, base) \ in searchFromContainer() macro
DSemaExpr.cpp2890 #define DECL(type, base) \ in BuildDeclarationNameExpr() macro