Home | History | Annotate | Download | only in Sema

Lines Matching refs:Introduced

1855                                   VersionTuple Introduced,
1863 // Ensure that Introduced <= Deprecated <= Obsoleted (although not all
1865 if (!Introduced.empty() && !Deprecated.empty() &&
1866 !(Introduced <= Deprecated)) {
1869 << 0 << Introduced.getAsString();
1873 if (!Introduced.empty() && !Obsoleted.empty() &&
1874 !(Introduced <= Obsoleted)) {
1877 << 0 << Introduced.getAsString();
1912 VersionTuple Introduced,
1919 VersionTuple MergedIntroduced = Introduced;
1973 if (!versionsMatch(OldIntroduced, Introduced, OverrideOrImpl) ||
1982 if (!versionsMatch(OldIntroduced, Introduced, OverrideOrImpl)) {
1985 SecondVersion = Introduced;
2050 MergedIntroduced == Introduced &&
2061 Introduced, Deprecated,
2086 AvailabilityChange Introduced = Attr.getAvailabilityIntroduced();
2096 Introduced.Version,
2133 auto NewIntroduced = adjustWatchOSVersion(Introduced.Version);
2162 Introduced.Version,