Home
last modified time | relevance | path

Searched defs:Deprecated (Results 1 – 6 of 6) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DDeclBase.cpp633 if (const auto *Deprecated = dyn_cast<DeprecatedAttr>(A)) { in getAvailability() local
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaDeclAttr.cpp2230 VersionTuple Deprecated, in checkAvailabilityAttr()
2286 bool Implicit, VersionTuple Introduced, VersionTuple Deprecated, in mergeAvailabilityAttr()
2463 AvailabilityChange Deprecated = AL.getAvailabilityDeprecated(); in handleAvailabilityAttr() local
/netbsd-src/external/apache2/llvm/dist/clang/lib/Parse/
H A DParseDecl.cpp1032 enum { Introduced, Deprecated, Obsoleted, Unknown }; in ParseAvailabilityAttribute() enumerator
/netbsd-src/external/apache2/llvm/dist/clang/include/clang-c/
H A DIndex.h2899 CXVersion Deprecated; member
/netbsd-src/external/apache2/llvm/dist/clang/utils/TableGen/
H A DClangAttrEmitter.cpp4371 const Record &Deprecated = *Doc.Documentation->getValueAsDef("Deprecated"); in WriteDocumentation() local
/netbsd-src/external/apache2/llvm/dist/clang/tools/libclang/
H A DCIndex.cpp7997 if (DeprecatedAttr *Deprecated = dyn_cast<DeprecatedAttr>(A)) { in getCursorPlatformAvailabilityForDecl() local