Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSemaDeclAttr.cpp1669 VersionTuple Deprecated, in checkAvailabilityAttr()
1726 VersionTuple Deprecated, in mergeAvailabilityAttr()
1867 AvailabilityChange Deprecated = Attr.getAvailabilityDeprecated(); in handleAvailabilityAttr() local
/external/clang/lib/AST/
DDeclBase.cpp416 if (const auto *Deprecated = dyn_cast<DeprecatedAttr>(A)) { in getAvailability() local
/external/clang/unittests/AST/
DCommentParser.cpp1423 TEST_F(CommentParserTest, Deprecated) { in TEST_F() argument
/external/clang/lib/Parse/
DParseDecl.cpp767 enum { Introduced, Deprecated, Obsoleted, Unknown }; in ParseAvailabilityAttribute() enumerator
/external/clang/include/clang-c/
DIndex.h2397 CXVersion Deprecated; member
/external/clang/utils/TableGen/
DClangAttrEmitter.cpp2778 const Record &Deprecated = *Doc.Documentation->getValueAsDef("Deprecated"); in WriteDocumentation() local
/external/clang/tools/libclang/
DCIndex.cpp6123 if (DeprecatedAttr *Deprecated = dyn_cast<DeprecatedAttr>(A)) { in getCursorPlatformAvailabilityForDecl() local