Lines Matching defs:Changes
818 AvailabilityChange Changes[Unknown];
913 if (!Changes[Index].KeywordLoc.isInvalid()) {
916 << SourceRange(Changes[Index].KeywordLoc,
917 Changes[Index].VersionRange.getEnd());
920 Changes[Index].KeywordLoc = KeywordLoc;
921 Changes[Index].Version = Version;
922 Changes[Index].VersionRange = VersionRange;
942 // availability changes. Make sure that hasn't happened.
946 if (Changes[Index].KeywordLoc.isValid()) {
949 << SourceRange(Changes[Index].KeywordLoc,
950 Changes[Index].VersionRange.getEnd());
955 Changes[Index] = AvailabilityChange();
965 Changes[Introduced],
966 Changes[Deprecated],
967 Changes[Obsoleted],
4427 /// If the grammar of this construct is extended, matching changes must also be
4643 /// Note, any additional constructs added here may need corresponding changes