Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DTemplate.h600 #define DECL(DERIVED, BASE) \ argument
605 #define OBJCCONTAINER(DERIVED, BASE) argument
606 #define FILESCOPEASM(DERIVED, BASE) argument
607 #define TOPLEVELSTMT(DERIVED, BASE) argument
608 #define IMPORT(DERIVED, BASE) argument
609 #define EXPORT(DERIVED, BASE) argument
610 #define LINKAGESPEC(DERIVED, BASE) argument
611 #define OBJCCOMPATIBLEALIAS(DERIVED, BASE) argument
612 #define OBJCMETHOD(DERIVED, BASE) argument
613 #define OBJCTYPEPARAM(DERIVED, BASE) argument
[all …]
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DDeclVisitor.h39 #define DECL(DERIVED, BASE) \ in Visit() argument
49 #define DECL(DERIVED, BASE) \ argument
H A DDeclBase.h90 #define DECL(DERIVED, BASE) DERIVED, argument
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DASTTypeTraits.cpp42 #define DECL(DERIVED, BASE) { NKI_##BASE, #DERIVED "Decl" }, argument
45 #define STMT(DERIVED, BASE) { NKI_##BASE, #DERIVED }, argument
48 #define TYPE(DERIVED, BASE) { NKI_##BASE, #DERIVED "Type" }, argument
122 #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
148 #define DECL(DERIVED, BASE) case DERIVED: return #DERIVED; in getDeclKindName() argument
179 #define DECL(DERIVED, BASE) case Decl::DERIVED: return true; in hasValidDeclKind() argument
188 #define DECL(DERIVED, BASE) case Decl::DERIVED: return #DERIVED; in getDeclKindName() argument
204 #define DECL(DERIVED, BASE) totalDecls += n##DERIVED##s; in PrintStats() argument
210 #define DECL(DERIVED, BASE) \ in PrintStats() argument
226 #define DECL(DERIVED, BASE) case DERIVED: ++n##DERIVED##s; break; in add() argument
H A DASTStructuralEquivalence.cpp2473 #define DECL(DERIVED, BASE) \ in CheckKindSpecificEquivalence() argument
H A DJSONNodeDumper.cpp13 #define DECL(DERIVED, BASE) \ in addPreviousDeclaration() argument
H A DTextNodeDumper.cpp53 #define DECL(DERIVED, BASE) \ in dumpPreviousDecl() argument