Home
last modified time | relevance | path

Searched defs:DECL (Results 1 – 18 of 18) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DDeclVisitor.h40 #define DECL(DERIVED, BASE) \ in Visit() macro
42 #define ABSTRACT_DECL(DECL) in Visit() argument
50 #define DECL(DERIVED, BASE) \ macro
H A DDynamicRecursiveASTVisitor.h252 #define ABSTRACT_DECL(DECL) argument
253 #define DECL(CLASS, BASE) \ macro
258 #define DECL(CLASS, BASE) \ macro
H A DDeclBase.h90 #define DECL(DERIVED, BASE) DERIVED, macro
91 #define ABSTRACT_DECL(DECL) argument
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DDeclBase.cpp57 #define DECL(DERIVED, BASE) static int n##DERIVED##s = 0; macro
58 #define ABSTRACT_DECL(DECL) argument
65 #define DECL(DERIVED, BASE) \ macro
68 #define ABSTRACT_DECL(DECL) argument
154 #define DECL(DERIVED, BASE) case DERIVED: return #DERIVED; in getDeclKindName() macro
155 #define ABSTRACT_DECL(DECL) in getDeclKindName() argument
185 #define DECL(DERIVED, BASE) case Decl::DERIVED: return true; in hasValidDeclKind() macro
186 #define ABSTRACT_DECL(DECL) in hasValidDeclKind() argument
194 #define DECL(DERIVED, BASE) case Decl::DERIVED: return #DERIVED; in getDeclKindName() macro
195 #define ABSTRACT_DECL(DECL) in getDeclKindName() argument
[all …]
H A DDynamicRecursiveASTVisitor.cpp218 #define ABSTRACT_DECL(DECL) argument
219 #define DECL(CLASS, BASE) \ macro
225 #define DECL(CLASS, BASE) \ macro
340 #define ABSTRACT_DECL(DECL) argument
341 #define DECL(CLASS, BASE) \ macro
H A DASTTypeTraits.cpp42 #define DECL(DERIVED, BASE) { NKI_##BASE, #DERIVED "Decl" }, macro
122 #define DECL(DERIVED, BASE) \ in getFromNode() macro
H A DJSONNodeDumper.cpp12 #define DECL(DERIVED, BASE) \ in addPreviousDeclaration() macro
15 #define ABSTRACT_DECL(DECL) in addPreviousDeclaration() argument
H A DASTStructuralEquivalence.cpp2742 #define ABSTRACT_DECL(DECL) in CheckKindSpecificEquivalence() argument
2743 #define DECL(DERIVED, BASE) \ in CheckKindSpecificEquivalence() macro
H A DTextNodeDumper.cpp54 #define DECL(DERIVED, BASE) \ in dumpPreviousDecl() macro
57 #define ABSTRACT_DECL(DECL) in dumpPreviousDecl() argument
H A DDecl.cpp1843 #define DECL(Type, Base) \ in isRedeclarable() macro
1846 #define ABSTRACT_DECL(DECL) in isRedeclarable() argument
/freebsd/lib/msun/src/
H A Ds_fdim.c31 #define DECL(type, fn) \ macro
H A Ds_nearbyint.c43 #define DECL(type, fn, rint) \ macro
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DTemplate.h616 #define DECL(DERIVED, BASE) \ macro
618 #define ABSTRACT_DECL(DECL) argument
/freebsd/crypto/heimdal/lib/roken/
H A Dresolve.c55 #define DECL(X) {#X, rk_ns_t_##X} macro
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTReaderDecl.cpp3574 #define DECL(TYPE, BASE) \ in getMostRecentDecl() macro
3815 #define DECL(TYPE, BASE) \ in attachPreviousDecl() macro
3860 #define DECL(TYPE, BASE) \ in attachLatestDecl() macro
3880 #define DECL(TYPE, BASE) \ in markIncompleteDeclChain() macro
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIInsertWaitcnts.cpp109 #define AMDGPU_DECLARE_WAIT_EVENTS(DECL) \ argument
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaDeclObjC.cpp4342 #define DECL(type, base) \ in searchFromContainer() macro
H A DSemaExpr.cpp3319 #define DECL(type, base) case Decl::type: in BuildDeclarationNameExpr() macro