/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Sema/ |
H A 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 …]
|
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/ |
H A 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
|
H A D | DeclVisitor.h | 39 #define DECL(DERIVED, BASE) \ in Visit() argument 49 #define DECL(DERIVED, BASE) \ argument
|
H A D | ASTTypeTraits.h | 143 #define DECL(DERIVED, BASE) NKI_##DERIVED##Decl, argument 146 #define STMT(DERIVED, BASE) NKI_##DERIVED, argument 149 #define TYPE(DERIVED, BASE) NKI_##DERIVED##Type, argument
|
H A D | DeclBase.h | 93 #define DECL(DERIVED, BASE) DERIVED, argument
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/ |
H A 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 97 #define DECL(DERIVED, BASE) \ in getFromNode() argument
|
H A 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
|
H A D | ASTStructuralEquivalence.cpp | 2055 #define DECL(DERIVED, BASE) \ in CheckKindSpecificEquivalence() argument
|
H A D | JSONNodeDumper.cpp | 11 #define DECL(DERIVED, BASE) \ in addPreviousDeclaration() argument
|
H A D | TextNodeDumper.cpp | 50 #define DECL(DERIVED, BASE) \ in dumpPreviousDecl() argument
|
/netbsd-src/external/gpl3/binutils.old/dist/gprofng/src/ |
H A D | BaseMetric.h | 115 DERIVED enumerator
|
/netbsd-src/external/gpl3/binutils/dist/gprofng/src/ |
H A D | BaseMetric.h | 115 DERIVED enumerator
|