Home | History | Annotate | Download | only in Sema

Lines Matching refs:RestrictQualLoc

1878                                       SourceLocation RestrictQualLoc,
1908 RestrictFixIt = FixItHint::CreateRemoval(RestrictQualLoc);
1911 if (!Loc.isValid() || SM.isBeforeInTranslationUnit(RestrictQualLoc, Loc))
1912 Loc = RestrictQualLoc;
2527 SourceLocation::getFromRawEncoding(PTI.RestrictQualLoc),