/minix3/external/bsd/llvm/dist/clang/include/clang/AST/ |
H A 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
|
H A D | ASTTypeTraits.h | 122 #define DECL(DERIVED, BASE) NKI_##DERIVED##Decl, argument 125 #define STMT(DERIVED, BASE) NKI_##DERIVED, argument 128 #define TYPE(DERIVED, BASE) NKI_##DERIVED##Type, argument
|
H A D | DeclVisitor.h | 40 #define DECL(DERIVED, BASE) \ in Visit() argument 50 #define DECL(DERIVED, BASE) \ argument
|
H A D | DeclBase.h | 76 #define DECL(DERIVED, BASE) DERIVED, argument
|
/minix3/external/bsd/llvm/dist/clang/include/clang/Sema/ |
H A 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 OBJCIVAR(DERIVED, BASE) argument 417 #define OBJCPROPERTY(DERIVED, BASE) argument 418 #define OBJCPROPERTYIMPL(DERIVED, BASE) argument [all …]
|
/minix3/external/bsd/llvm/dist/clang/lib/AST/ |
H A 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 83 #define DECL(DERIVED, BASE) \ in getFromNode() argument
|
H A 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
|
H A D | ASTDumper.cpp | 838 #define DECL(DERIVED, BASE) \ in dumpPreviousDecl() argument
|