Searched refs:NewIntroduced (Results 1 – 1 of 1) sorted by relevance
/freebsd/contrib/llvm-project/clang/lib/Sema/ |
H A D | SemaDeclAttr.cpp | 2372 auto NewIntroduced = adjustWatchOSVersion(Introduced.Version); in handleAvailabilityAttr() local 2377 ND, AL, NewII, true /*Implicit*/, NewIntroduced, NewDeprecated, in handleAvailabilityAttr() 2414 auto NewIntroduced = AdjustTvOSVersion(Introduced.Version); in handleAvailabilityAttr() local 2419 ND, AL, NewII, true /*Implicit*/, NewIntroduced, NewDeprecated, in handleAvailabilityAttr() 2480 std::optional<VersionTuple> NewIntroduced = in handleAvailabilityAttr() local 2486 if (NewIntroduced || NewDeprecated || NewObsoleted) { in handleAvailabilityAttr() 2493 VersionOrEmptyVersion(NewIntroduced), in handleAvailabilityAttr()
|