Home
last modified time | relevance | path

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

/freebsd-src/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, 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 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.h89 DECL(DERIVED,BASE) global() argument
/freebsd-src/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
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 DJSONNodeDumper.cpp13 #define DECL(DERIVED, BASE) \ in addPreviousDeclaration() argument
H A DASTStructuralEquivalence.cpp2436 DECL(DERIVED,BASE) CheckKindSpecificEquivalence() argument
H A DTextNodeDumper.cpp52 DECL(DERIVED,BASE) dumpPreviousDecl() argument