Searched defs:DERIVED (Results 1 – 8 of 8) sorted by relevance
/freebsd/contrib/llvm-project/clang/include/clang/Sema/ |
H A D | Template.h | 600 #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 D | DeclVisitor.h | 39 #define DECL(DERIVED, BASE) \ in Visit() argument 49 #define DECL(DERIVED, BASE) \ argument
|
H A D | DeclBase.h | 90 #define DECL(DERIVED, BASE) DERIVED, argument
|
/freebsd/contrib/llvm-project/clang/lib/AST/ |
H A D | ASTTypeTraits.cpp | 42 #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 D | DeclBase.cpp | 59 #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 D | ASTStructuralEquivalence.cpp | 2473 #define DECL(DERIVED, BASE) \ in CheckKindSpecificEquivalence() argument
|
H A D | JSONNodeDumper.cpp | 13 #define DECL(DERIVED, BASE) \ in addPreviousDeclaration() argument
|
H A D | TextNodeDumper.cpp | 53 #define DECL(DERIVED, BASE) \ in dumpPreviousDecl() argument
|