/llvm-project/clang/include/clang/AST/ |
H A D | DeclVisitor.h | 39 #define DECL(DERIVED, BASE) \ in Visit() macro 41 #define ABSTRACT_DECL(DECL) in Visit() argument 49 #define DECL(DERIVED, BASE) \ macro
|
H A D | ASTFwd.h | 20 #define DECL(DERIVED, BASE) class DERIVED##Decl; macro
|
H A D | ASTTypeTraits.h | 150 #define DECL(DERIVED, BASE) NKI_##DERIVED##Decl, macro
|
H A D | DeclBase.h | 90 #define DECL(DERIVED, BASE) DERIVED, macro 91 #define ABSTRACT_DECL(DECL) argument
|
/llvm-project/clang/lib/AST/ |
H A D | DeclBase.cpp | 67 #define ABSTRACT_DECL(DECL) macro 59 #define DECL( global() macro 60 ABSTRACT_DECL(DECL) global() argument 70 ABSTRACT_DECL(DECL) global() argument 148 #define DECL( getDeclKindName() macro 149 ABSTRACT_DECL(DECL) getDeclKindName() argument 179 #define DECL( hasValidDeclKind() macro 180 ABSTRACT_DECL(DECL) hasValidDeclKind() argument 188 #define DECL( getDeclKindName() macro 189 ABSTRACT_DECL(DECL) getDeclKindName() argument 204 #define DECL( PrintStats() macro 205 ABSTRACT_DECL(DECL) PrintStats() argument 210 #define DECL( PrintStats() macro 218 ABSTRACT_DECL(DECL) PrintStats() argument 226 #define DECL( add() macro 227 ABSTRACT_DECL(DECL) add() argument 1045 #define DECL( castFromDeclContext() macro 1058 #define DECL( castToDeclContext() macro 1247 #define DECL( classof() macro [all...] |
H A D | ASTTypeTraits.cpp | 42 #define DECL(DERIVED, BASE) { NKI_##BASE, #DERIVED "Decl" }, macro 122 #define DECL(DERIVED, BASE) \ in getFromNode() macro
|
H A D | ASTStructuralEquivalence.cpp | 2472 ABSTRACT_DECL(DECL) CheckKindSpecificEquivalence() argument 2473 #define DECL( CheckKindSpecificEquivalence() macro
|
H A D | JSONNodeDumper.cpp | 13 #define DECL(DERIVED, BASE) \ in addPreviousDeclaration() macro 16 #define ABSTRACT_DECL(DECL) in addPreviousDeclaration() argument
|
H A D | TextNodeDumper.cpp | 53 #define DECL(DERIVED, BASE) \ in dumpPreviousDecl() macro 56 #define ABSTRACT_DECL(DECL) in dumpPreviousDecl() argument
|
H A D | Decl.cpp | 1826 #define DECL( isRedeclarable() macro 1829 ABSTRACT_DECL(DECL) isRedeclarable() argument
|
/llvm-project/clang/tools/libclang/ |
H A D | CXExtractAPI.cpp | 91 #define ABSTRACT_DECL(DECL) in DEFINE_SIMPLE_CONVERSION_FUNCTIONS() argument 92 #define DECL(CLASS, BASE) \ in DEFINE_SIMPLE_CONVERSION_FUNCTIONS() macro
|
/llvm-project/clang/test/CoverageMapping/ |
H A D | macro-expressions.cpp | 5 #define DECL(T, x) T x macro
|
/llvm-project/clang/include/clang/Sema/ |
H A D | Template.h | 600 #define DECL( global() macro 602 ABSTRACT_DECL(DECL) global() argument
|
/llvm-project/clang/lib/Serialization/ |
H A D | ASTReaderDecl.cpp | 3550 #define DECL( getMostRecentDecl() macro 3719 #define DECL( attachPreviousDecl() macro 3779 #define DECL( attachLatestDecl() macro 3799 #define DECL( markIncompleteDeclChain() macro
|
/llvm-project/clang/lib/Sema/ |
H A D | SemaDeclObjC.cpp | 4340 #define DECL( searchFromContainer() macro
|
H A D | SemaExpr.cpp | 3258 #define DECL( BuildDeclarationNameExpr() macro
|