Lines Matching defs:Introduced
452 VersionTuple Introduced = AA->getIntroduced();
468 Introduced, EnvironmentMatchesOrNone);
471 << Introduced.getAsString() << UseEnvironment
476 << OffendingDecl << PlatformName << Introduced.getAsString()
528 std::string Introduced =
533 *AvailablePlatform + "(" + Introduced + "))" + Insertion->Suffix)
878 VersionTuple Introduced = AA->getIntroduced();
880 if (EnvironmentMatchesOrNone && AvailabilityStack.back() >= Introduced)
885 if (!ShouldDiagnoseAvailabilityInContext(SemaRef, Result, Introduced,
901 SemaRef.Context.getTargetInfo().getPlatformMinVersion(), Introduced,
905 << Range << D << PlatformName << Introduced.getAsString()
910 << OffendingDecl << PlatformName << Introduced.getAsString()
971 << " " << Introduced.getAsString() << ", *)) {\n"