/external/clang/include/clang/Sema/ |
D | Template.h | 405 #define DECL(DERIVED, BASE) \ argument 410 #define OBJCCONTAINER(DERIVED, BASE) argument 411 #define FILESCOPEASM(DERIVED, BASE) argument 412 #define IMPORT(DERIVED, BASE) argument 413 #define LINKAGESPEC(DERIVED, BASE) argument 414 #define OBJCCOMPATIBLEALIAS(DERIVED, BASE) argument 415 #define OBJCMETHOD(DERIVED, BASE) argument 416 #define OBJCTYPEPARAM(DERIVED, BASE) argument 417 #define OBJCIVAR(DERIVED, BASE) argument 418 #define OBJCPROPERTY(DERIVED, BASE) argument [all …]
|
/external/llvm-project/clang/include/clang/Sema/ |
D | Template.h | 496 #define DECL(DERIVED, BASE) \ argument 501 #define OBJCCONTAINER(DERIVED, BASE) argument 502 #define FILESCOPEASM(DERIVED, BASE) argument 503 #define IMPORT(DERIVED, BASE) argument 504 #define EXPORT(DERIVED, BASE) argument 505 #define LINKAGESPEC(DERIVED, BASE) argument 506 #define OBJCCOMPATIBLEALIAS(DERIVED, BASE) argument 507 #define OBJCMETHOD(DERIVED, BASE) argument 508 #define OBJCTYPEPARAM(DERIVED, BASE) argument 509 #define OBJCIVAR(DERIVED, BASE) argument [all …]
|
/external/clang/include/clang/AST/ |
D | ASTFwd.h | 21 #define DECL(DERIVED, BASE) class DERIVED##Decl; argument 24 #define STMT(DERIVED, BASE) class DERIVED; argument 27 #define TYPE(DERIVED, BASE) class DERIVED##Type; argument
|
D | ASTTypeTraits.h | 131 #define DECL(DERIVED, BASE) NKI_##DERIVED##Decl, argument 134 #define STMT(DERIVED, BASE) NKI_##DERIVED, argument 137 #define TYPE(DERIVED, BASE) NKI_##DERIVED##Type, argument
|
D | DeclVisitor.h | 40 #define DECL(DERIVED, BASE) \ in Visit() argument 50 #define DECL(DERIVED, BASE) \ argument
|
D | DeclBase.h | 82 #define DECL(DERIVED, BASE) DERIVED, argument
|
/external/llvm-project/clang/include/clang/AST/ |
D | ASTFwd.h | 20 #define DECL(DERIVED, BASE) class DERIVED##Decl; argument 23 #define STMT(DERIVED, BASE) class DERIVED; argument 26 #define TYPE(DERIVED, BASE) class DERIVED##Type; argument
|
D | DeclVisitor.h | 39 #define DECL(DERIVED, BASE) \ in Visit() argument 49 #define DECL(DERIVED, BASE) \ argument
|
D | ASTTypeTraits.h | 141 #define DECL(DERIVED, BASE) NKI_##DERIVED##Decl, argument 144 #define STMT(DERIVED, BASE) NKI_##DERIVED, argument 147 #define TYPE(DERIVED, BASE) NKI_##DERIVED##Type, argument
|
D | DeclBase.h | 93 #define DECL(DERIVED, BASE) DERIVED, argument
|
/external/clang/lib/AST/ |
D | ASTTypeTraits.cpp | 32 #define DECL(DERIVED, BASE) { NKI_##BASE, #DERIVED "Decl" }, argument 35 #define STMT(DERIVED, BASE) { NKI_##BASE, #DERIVED }, argument 38 #define TYPE(DERIVED, BASE) { NKI_##BASE, #DERIVED "Type" }, argument 79 #define DECL(DERIVED, BASE) \ in getFromNode() argument
|
D | DeclBase.cpp | 40 #define DECL(DERIVED, BASE) static int n##DERIVED##s = 0; argument 48 #define DECL(DERIVED, BASE) \ argument 106 #define DECL(DERIVED, BASE) case DERIVED: return #DERIVED; in getDeclKindName() argument 126 #define DECL(DERIVED, BASE) case Decl::DERIVED: return #DERIVED; in getDeclKindName() argument 141 #define DECL(DERIVED, BASE) totalDecls += n##DERIVED##s; in PrintStats() argument 147 #define DECL(DERIVED, BASE) \ in PrintStats() argument 163 #define DECL(DERIVED, BASE) case DERIVED: ++n##DERIVED##s; break; in add() argument
|
D | ASTDumper.cpp | 878 #define DECL(DERIVED, BASE) \ in dumpPreviousDecl() argument
|
/external/llvm-project/clang/lib/AST/ |
D | ASTTypeTraits.cpp | 35 #define DECL(DERIVED, BASE) { NKI_##BASE, #DERIVED "Decl" }, argument 38 #define STMT(DERIVED, BASE) { NKI_##BASE, #DERIVED }, argument 41 #define TYPE(DERIVED, BASE) { NKI_##BASE, #DERIVED "Type" }, argument 85 #define DECL(DERIVED, BASE) \ in getFromNode() argument
|
D | DeclBase.cpp | 59 #define DECL(DERIVED, BASE) static int n##DERIVED##s = 0; argument 67 #define DECL(DERIVED, BASE) \ argument 126 #define DECL(DERIVED, BASE) case DERIVED: return #DERIVED; in getDeclKindName() argument 157 #define DECL(DERIVED, BASE) case Decl::DERIVED: return #DERIVED; in getDeclKindName() argument 173 #define DECL(DERIVED, BASE) totalDecls += n##DERIVED##s; in PrintStats() argument 179 #define DECL(DERIVED, BASE) \ in PrintStats() argument 195 #define DECL(DERIVED, BASE) case DERIVED: ++n##DERIVED##s; break; in add() argument
|
D | ASTStructuralEquivalence.cpp | 2037 #define DECL(DERIVED, BASE) \ in CheckKindSpecificEquivalence() argument
|
D | JSONNodeDumper.cpp | 11 #define DECL(DERIVED, BASE) \ in addPreviousDeclaration() argument
|
D | TextNodeDumper.cpp | 50 #define DECL(DERIVED, BASE) \ in dumpPreviousDecl() argument
|
/external/llvm-project/flang/lib/Evaluate/ |
D | fold-implementation.h | 1243 const Operation<DERIVED, RESULT, LEFT, RIGHT> &operation) { in OperandsAreConstants()
|
/external/nos/host/generic/nugget/proto/nugget/app/keymaster/ |
D | keymaster_defs.proto | 160 DERIVED = 1; enumerator
|