Home
last modified time | relevance | path

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

/llvm-project/clang/include/clang/Sema/
H A DTemplate.h610 #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 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.h150 #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 DDeclBase.h90 #define DECL(DERIVED, BASE) DERIVED, argument
/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 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 DASTStructuralEquivalence.cpp2473 DECL(DERIVED,BASE) CheckKindSpecificEquivalence() argument
H A DJSONNodeDumper.cpp13 #define DECL(DERIVED, BASE) \ in addPreviousDeclaration() argument
H A DTextNodeDumper.cpp53 #define DECL(DERIVED, BASE) \ in dumpPreviousDecl() argument
/llvm-project/flang/lib/Evaluate/
H A Dfold-implementation.h1559 ComputeResultLength(Operation<DERIVED,RESULT,OPD...> & operation) ComputeResultLength() argument
1860 OperandsAreConstants(const Operation<DERIVED,RESULT,LEFT,RIGHT> & operation) OperandsAreConstants() argument
[all...]