/freebsd/contrib/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 | DeclBase.h | 90 #define DECL(DERIVED, BASE) DERIVED, macro 91 #define ABSTRACT_DECL(DECL) argument
|
/freebsd/contrib/llvm-project/clang/lib/AST/ |
H A D | DeclBase.cpp | 59 #define DECL(DERIVED, BASE) static int n##DERIVED##s = 0; macro 60 #define ABSTRACT_DECL(DECL) argument 67 #define DECL(DERIVED, BASE) \ macro 70 #define ABSTRACT_DECL(DECL) argument 148 #define DECL(DERIVED, BASE) case DERIVED: return #DERIVED; in getDeclKindName() macro 149 #define ABSTRACT_DECL(DECL) in getDeclKindName() argument 179 #define DECL(DERIVED, BASE) case Decl::DERIVED: return true; in hasValidDeclKind() macro 180 #define ABSTRACT_DECL(DECL) in hasValidDeclKind() argument 188 #define DECL(DERIVED, BASE) case Decl::DERIVED: return #DERIVED; in getDeclKindName() macro 189 #define ABSTRACT_DECL(DECL) in getDeclKindName() argument [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 #define ABSTRACT_DECL(DECL) in CheckKindSpecificEquivalence() argument 2473 #define DECL(DERIVED, BASE) \ in 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(Type, Base) \ in isRedeclarable() macro 1829 #define ABSTRACT_DECL(DECL) in isRedeclarable() argument
|
/freebsd/lib/msun/src/ |
H A D | s_fdim.c | 31 #define DECL(type, fn) \ macro
|
H A D | s_nearbyint.c | 43 #define DECL(type, fn, rint) \ macro
|
/freebsd/contrib/llvm-project/clang/include/clang/Sema/ |
H A D | Template.h | 600 #define DECL(DERIVED, BASE) \ macro 602 #define ABSTRACT_DECL(DECL) argument
|
/freebsd/crypto/heimdal/lib/roken/ |
H A D | resolve.c | 55 #define DECL(X) {#X, rk_ns_t_##X} macro
|
/freebsd/contrib/llvm-project/clang/lib/Serialization/ |
H A D | ASTReaderDecl.cpp | 3525 #define DECL(TYPE, BASE) \ in getMostRecentDecl() macro 3742 #define DECL(TYPE, BASE) \ in attachPreviousDecl() macro 3787 #define DECL(TYPE, BASE) \ in attachLatestDecl() macro 3807 #define DECL(TYPE, BASE) \ in markIncompleteDeclChain() macro
|
/freebsd/contrib/llvm-project/clang/lib/Sema/ |
H A D | SemaDeclObjC.cpp | 4340 #define DECL(type, base) \ in searchFromContainer() macro
|
H A D | SemaExpr.cpp | 3265 #define DECL(type, base) case Decl::type: in BuildDeclarationNameExpr() macro
|