Home | History | Annotate | Download | only in Parse

Lines Matching defs:Changes

860   AvailabilityChange Changes[Unknown];
974 if (!Changes[Index].KeywordLoc.isInvalid()) {
977 << SourceRange(Changes[Index].KeywordLoc,
978 Changes[Index].VersionRange.getEnd());
981 Changes[Index].KeywordLoc = KeywordLoc;
982 Changes[Index].Version = Version;
983 Changes[Index].VersionRange = VersionRange;
999 // availability changes. Make sure that hasn't happened.
1003 if (Changes[Index].KeywordLoc.isValid()) {
1006 << SourceRange(Changes[Index].KeywordLoc,
1007 Changes[Index].VersionRange.getEnd());
1012 Changes[Index] = AvailabilityChange();
1022 Changes[Introduced],
1023 Changes[Deprecated],
1024 Changes[Obsoleted],
4873 /// If the grammar of this construct is extended, matching changes must also be
5097 /// Note, any additional constructs added here may need corresponding changes