Home
last modified time | relevance | path

Searched defs:DERIVED (Results 1 – 10 of 10) sorted by relevance

/openbsd-src/gnu/llvm/clang/include/clang/Sema/
H A DTemplate.h568 #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 DASTFwd.h20 #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 DDeclVisitor.h39 #define DECL(DERIVED, BASE) \ in Visit() argument
49 #define DECL(DERIVED, BASE) \ argument
H A DASTTypeTraits.h147 #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 DDeclBase.h87 #define DECL(DERIVED, BASE) DERIVED, argument
/openbsd-src/gnu/llvm/clang/lib/AST/
H A DASTTypeTraits.cpp41 #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 DDeclBase.cpp59 #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 DJSONNodeDumper.cpp12 #define DECL(DERIVED, BASE) \ in addPreviousDeclaration() argument
H A DASTStructuralEquivalence.cpp2309 #define DECL(DERIVED, BASE) \ in CheckKindSpecificEquivalence() argument
H A DTextNodeDumper.cpp51 #define DECL(DERIVED, BASE) \ in dumpPreviousDecl() argument