Home | History | Annotate | Download | only in Parse

Lines Matching defs:Changes

768   AvailabilityChange Changes[Unknown];
858 if (!Changes[Index].KeywordLoc.isInvalid()) {
861 << SourceRange(Changes[Index].KeywordLoc,
862 Changes[Index].VersionRange.getEnd());
865 Changes[Index].KeywordLoc = KeywordLoc;
866 Changes[Index].Version = Version;
867 Changes[Index].VersionRange = VersionRange;
883 // availability changes. Make sure that hasn't happened.
887 if (Changes[Index].KeywordLoc.isValid()) {
890 << SourceRange(Changes[Index].KeywordLoc,
891 Changes[Index].VersionRange.getEnd());
896 Changes[Index] = AvailabilityChange();
906 Changes[Introduced],
907 Changes[Deprecated],
908 Changes[Obsoleted],
4503 /// If the grammar of this construct is extended, matching changes must also be
4719 /// Note, any additional constructs added here may need corresponding changes