/external/clang/include/clang/Sema/ |
D | Template.h | 398 #define DECL(DERIVED, BASE) \ argument 403 #define OBJCCONTAINER(DERIVED, BASE) argument 404 #define FILESCOPEASM(DERIVED, BASE) argument 405 #define IMPORT(DERIVED, BASE) argument 406 #define LINKAGESPEC(DERIVED, BASE) argument 407 #define OBJCCOMPATIBLEALIAS(DERIVED, BASE) argument 408 #define OBJCMETHOD(DERIVED, BASE) argument 409 #define OBJCIVAR(DERIVED, BASE) argument 410 #define OBJCPROPERTY(DERIVED, BASE) argument 411 #define OBJCPROPERTYIMPL(DERIVED, BASE) argument [all …]
|
/external/clang/include/clang/AST/ |
D | ASTFwd.h | 18 #define DECL(DERIVED, BASE) class DERIVED##Decl; argument 21 #define STMT(DERIVED, BASE) class DERIVED; argument 24 #define TYPE(DERIVED, BASE) class DERIVED##Type; argument
|
D | ASTTypeTraits.h | 85 #define DECL(DERIVED, BASE) NKI_##DERIVED##Decl, argument 88 #define STMT(DERIVED, BASE) NKI_##DERIVED, argument 91 #define TYPE(DERIVED, BASE) NKI_##DERIVED##Type, argument 137 #define DECL(DERIVED, BASE) KIND_TO_KIND_ID(DERIVED##Decl) argument 139 #define STMT(DERIVED, BASE) KIND_TO_KIND_ID(DERIVED) argument 141 #define TYPE(DERIVED, BASE) KIND_TO_KIND_ID(DERIVED##Type) argument
|
D | DeclVisitor.h | 40 #define DECL(DERIVED, BASE) \ in Visit() argument 50 #define DECL(DERIVED, BASE) \ argument
|
D | DeclBase.h | 75 #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
|
D | DeclBase.cpp | 40 #define DECL(DERIVED, BASE) static int n##DERIVED##s = 0; argument 80 #define DECL(DERIVED, BASE) case DERIVED: return #DERIVED; in getDeclKindName() argument 100 #define DECL(DERIVED, BASE) case Decl::DERIVED: return #DERIVED; in getDeclKindName() argument 115 #define DECL(DERIVED, BASE) totalDecls += n##DERIVED##s; in PrintStats() argument 121 #define DECL(DERIVED, BASE) \ in PrintStats() argument 137 #define DECL(DERIVED, BASE) case DERIVED: ++n##DERIVED##s; break; in add() argument
|
D | ASTDumper.cpp | 660 #define DECL(DERIVED, BASE) \ in dumpPreviousDecl() argument
|