Lines Matching defs:Introduced
1668 VersionTuple Introduced,
1676 // Ensure that Introduced <= Deprecated <= Obsoleted (although not all
1678 if (!Introduced.empty() && !Deprecated.empty() &&
1679 !(Introduced <= Deprecated)) {
1682 << 0 << Introduced.getAsString();
1686 if (!Introduced.empty() && !Obsoleted.empty() &&
1687 !(Introduced <= Obsoleted)) {
1690 << 0 << Introduced.getAsString();
1725 VersionTuple Introduced,
1732 VersionTuple MergedIntroduced = Introduced;
1758 if (!versionsMatch(OldIntroduced, Introduced, Override) ||
1767 if (!versionsMatch(OldIntroduced, Introduced, Override)) {
1770 SecondVersion = Introduced;
1830 MergedIntroduced == Introduced &&
1841 Introduced, Deprecated,
1866 AvailabilityChange Introduced = Attr.getAvailabilityIntroduced();
1876 Introduced.Version,