Home
last modified time | relevance | path

Searched refs:NewDeprecated (Results 1 – 1 of 1) sorted by relevance

/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaDeclAttr.cpp2697 auto NewDeprecated = adjustWatchOSVersion(Deprecated.Version); in handleAvailabilityAttr() local
2701 ND, AL, NewII, true /*Implicit*/, NewIntroduced, NewDeprecated, in handleAvailabilityAttr()
2739 auto NewDeprecated = AdjustTvOSVersion(Deprecated.Version); in handleAvailabilityAttr() local
2743 ND, AL, NewII, true /*Implicit*/, NewIntroduced, NewDeprecated, in handleAvailabilityAttr()
2805 NewDeprecated = in handleAvailabilityAttr() local
2809 if (NewIntroduced || NewDeprecated || NewObsoleted) { in handleAvailabilityAttr()
2817 VersionOrEmptyVersion(NewDeprecated), in handleAvailabilityAttr()