Lines Matching full:introduced
246 // for declarations that were introduced in iOS 11 (macOS 10.13, ...) or
441 // for declarations that were introduced in iOS 11 (macOS 10.13, ...) or
444 VersionTuple Introduced = AA->getIntroduced();
460 Introduced, EnvironmentMatchesOrNone);
463 << Introduced.getAsString() << UseEnvironment
468 << OffendingDecl << PlatformName << Introduced.getAsString()
501 std::string Introduced =
506 "(" + Introduced + "))" + Insertion->Suffix)
854 VersionTuple Introduced = AA->getIntroduced();
856 if (EnvironmentMatchesOrNone && AvailabilityStack.back() >= Introduced)
861 if (!ShouldDiagnoseAvailabilityInContext(SemaRef, Result, Introduced,
877 SemaRef.Context.getTargetInfo().getPlatformMinVersion(), Introduced,
881 << Range << D << PlatformName << Introduced.getAsString()
886 << OffendingDecl << PlatformName << Introduced.getAsString()
947 << " " << Introduced.getAsString() << ", *)) {\n"