Searched refs:NewDeprecated (Results 1 – 1 of 1) sorted by relevance
/freebsd/contrib/llvm-project/clang/lib/Sema/ |
H A D | SemaDeclAttr.cpp | 2373 auto NewDeprecated = adjustWatchOSVersion(Deprecated.Version); in handleAvailabilityAttr() local 2377 ND, AL, NewII, true /*Implicit*/, NewIntroduced, NewDeprecated, in handleAvailabilityAttr() 2415 auto NewDeprecated = AdjustTvOSVersion(Deprecated.Version); in handleAvailabilityAttr() local 2419 ND, AL, NewII, true /*Implicit*/, NewIntroduced, NewDeprecated, in handleAvailabilityAttr() 2482 NewDeprecated = in handleAvailabilityAttr() local 2486 if (NewIntroduced || NewDeprecated || NewObsoleted) { in handleAvailabilityAttr() 2494 VersionOrEmptyVersion(NewDeprecated), in handleAvailabilityAttr()
|