/llvm-project/clang/include/clang/Sema/ |
H A D | Template.h | 610 #define DECL(DERIVED, BASE) \ argument 611 Decl *Visit ## DERIVED ## Decl(DERIVED ## Decl *D); argument 615 #define OBJCCONTAINER(DERIVED, BASE) argument 616 #define FILESCOPEASM(DERIVED, BASE) argument 617 #define TOPLEVELSTMT(DERIVED, BASE) argument 618 #define IMPORT(DERIVED, BASE) argument 621 #define OBJCCOMPATIBLEALIAS(DERIVED, BAS argument 600 DECL(DERIVED,BASE) global() argument 605 OBJCCONTAINER(DERIVED,BASE) global() argument 606 FILESCOPEASM(DERIVED,BASE) global() argument 607 TOPLEVELSTMT(DERIVED,BASE) global() argument 608 IMPORT(DERIVED,BASE) global() argument 609 EXPORT(DERIVED,BASE) global() argument 612 OBJCMETHOD(DERIVED,BASE) global() argument 613 OBJCTYPEPARAM(DERIVED,BASE) global() argument 614 OBJCIVAR(DERIVED,BASE) global() argument 622 CAPTURED(DERIVED,BASE) global() argument 623 IMPLICITPARAM(DERIVED,BASE) global() argument [all...] |
/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 | 90 #define DECL(DERIVED, BASE) DERIVED, argument
|
/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 DECL(DERIVED,BASE) global() argument 67 DECL(DERIVED,BASE) global() argument 148 DECL(DERIVED,BASE) getDeclKindName() argument 179 DECL(DERIVED,BASE) hasValidDeclKind() argument 188 DECL(DERIVED,BASE) getDeclKindName() argument 204 DECL(DERIVED,BASE) PrintStats() argument 210 DECL(DERIVED,BASE) PrintStats() argument 226 DECL(DERIVED,BASE) add() argument [all...] |
H A D | ASTStructuralEquivalence.cpp | 2473 DECL(DERIVED,BASE) 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
|
/llvm-project/flang/lib/Evaluate/ |
H A D | fold-implementation.h | 1559 ComputeResultLength(Operation<DERIVED,RESULT,OPD...> & operation) ComputeResultLength() argument 1860 OperandsAreConstants(const Operation<DERIVED,RESULT,LEFT,RIGHT> & operation) OperandsAreConstants() argument [all...] |