/openbsd-src/gnu/llvm/clang/include/clang/Sema/ |
H A D | Template.h | 568 #define DECL(DERIVED, BASE) \ argument 573 #define OBJCCONTAINER(DERIVED, BASE) argument 574 #define FILESCOPEASM(DERIVED, BASE) argument 575 #define TOPLEVELSTMT(DERIVED, BASE) argument 576 #define IMPORT(DERIVED, BASE) argument 577 #define EXPORT(DERIVED, BASE) argument 578 #define LINKAGESPEC(DERIVED, BASE) argument 579 #define OBJCCOMPATIBLEALIAS(DERIVED, BASE) argument 580 #define OBJCMETHOD(DERIVED, BASE) argument 581 #define OBJCTYPEPARAM(DERIVED, BASE) argument [all …]
|
/openbsd-src/gnu/llvm/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 | 147 #define DECL(DERIVED, BASE) NKI_##DERIVED##Decl, argument 150 #define STMT(DERIVED, BASE) NKI_##DERIVED, argument 153 #define TYPE(DERIVED, BASE) NKI_##DERIVED##Type, argument
|
H A D | DeclBase.h | 87 #define DECL(DERIVED, BASE) DERIVED, argument
|
/openbsd-src/gnu/llvm/clang/lib/AST/ |
H A D | ASTTypeTraits.cpp | 41 #define DECL(DERIVED, BASE) { NKI_##BASE, #DERIVED "Decl" }, argument 44 #define STMT(DERIVED, BASE) { NKI_##BASE, #DERIVED }, argument 47 #define TYPE(DERIVED, BASE) { NKI_##BASE, #DERIVED "Type" }, argument 107 #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 true; in hasValidDeclKind() argument 166 #define DECL(DERIVED, BASE) case Decl::DERIVED: return #DERIVED; in getDeclKindName() argument 182 #define DECL(DERIVED, BASE) totalDecls += n##DERIVED##s; in PrintStats() argument 188 #define DECL(DERIVED, BASE) \ in PrintStats() argument 204 #define DECL(DERIVED, BASE) case DERIVED: ++n##DERIVED##s; break; in add() argument
|
H A D | JSONNodeDumper.cpp | 12 #define DECL(DERIVED, BASE) \ in addPreviousDeclaration() argument
|
H A D | ASTStructuralEquivalence.cpp | 2309 #define DECL(DERIVED, BASE) \ in CheckKindSpecificEquivalence() argument
|
H A D | TextNodeDumper.cpp | 51 #define DECL(DERIVED, BASE) \ in dumpPreviousDecl() argument
|