/freebsd-src/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, BAS argument 612 OBJCMETHOD(DERIVED,BASE) global() argument 613 OBJCTYPEPARAM(DERIVED,BASE) global() argument 614 OBJCIVAR(DERIVED,BASE) global() argument 615 OBJCPROPERTY(DERIVED,BASE) global() argument 616 OBJCPROPERTYIMPL(DERIVED,BASE) global() argument 617 EMPTY(DERIVED,BASE) global() argument 618 LIFETIMEEXTENDEDTEMPORARY(DERIVED,BASE) global() argument 621 BLOCK(DERIVED,BASE) global() argument 622 CAPTURED(DERIVED,BASE) global() argument 623 IMPLICITPARAM(DERIVED,BASE) global() argument [all...] |
/freebsd-src/contrib/llvm-project/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 | 150 #define DECL(DERIVED, BASE) NKI_##DERIVED##Decl, argument 153 #define STMT(DERIVED, BASE) NKI_##DERIVED, argument 156 #define TYPE(DERIVED, BASE) NKI_##DERIVED##Type, argument
|
H A D | DeclBase.h | 89 DECL(DERIVED,BASE) global() argument
|
/freebsd-src/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 126 DECL(DERIVED,BASE) getDeclKindName() argument 157 DECL(DERIVED,BASE) hasValidDeclKind() argument 166 DECL(DERIVED,BASE) getDeclKindName() argument 182 DECL(DERIVED,BASE) PrintStats() argument 188 DECL(DERIVED,BASE) PrintStats() argument 204 DECL(DERIVED,BASE) add() argument [all...] |
H A D | JSONNodeDumper.cpp | 13 #define DECL(DERIVED, BASE) \ in addPreviousDeclaration() argument
|
H A D | ASTStructuralEquivalence.cpp | 2436 DECL(DERIVED,BASE) CheckKindSpecificEquivalence() argument
|
H A D | TextNodeDumper.cpp | 52 DECL(DERIVED,BASE) dumpPreviousDecl() argument
|