Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaDeclAttr.cpp2579 auto NewDeprecated = adjustWatchOSVersion(Deprecated.Version); in handleAvailabilityAttr() local
2583 ND, AL, NewII, true /*Implicit*/, NewIntroduced, NewDeprecated, in handleAvailabilityAttr()
2621 auto NewDeprecated = AdjustTvOSVersion(Deprecated.Version); in handleAvailabilityAttr() local
2625 ND, AL, NewII, true /*Implicit*/, NewIntroduced, NewDeprecated, in handleAvailabilityAttr()
2688 NewDeprecated = in handleAvailabilityAttr() local
2692 if (NewIntroduced || NewDeprecated || NewObsoleted) { in handleAvailabilityAttr()
2700 VersionOrEmptyVersion(NewDeprecated), in handleAvailabilityAttr()