Home | History | Annotate | Download | only in Parse

Lines Matching refs:Changes

554   AvailabilityChange Changes[Unknown];
648 if (!Changes[Index].KeywordLoc.isInvalid()) {
651 << SourceRange(Changes[Index].KeywordLoc,
652 Changes[Index].VersionRange.getEnd());
655 Changes[Index].KeywordLoc = KeywordLoc;
656 Changes[Index].Version = Version;
657 Changes[Index].VersionRange = VersionRange;
677 // availability changes. Make sure that hasn't happened.
681 if (Changes[Index].KeywordLoc.isValid()) {
684 << SourceRange(Changes[Index].KeywordLoc,
685 Changes[Index].VersionRange.getEnd());
690 Changes[Index] = AvailabilityChange();
700 Changes[Introduced],
701 Changes[Deprecated],
702 Changes[Obsoleted],
3671 /// If the grammar of this construct is extended, matching changes must also be
3879 /// Note, any additional constructs added here may need corresponding changes