Home | History | Annotate | Download | only in Sema

Lines Matching refs:ConstQualLoc

1876                                       SourceLocation ConstQualLoc,
1894 ConstFixIt = FixItHint::CreateRemoval(ConstQualLoc);
1897 if (!Loc.isValid() || SM.isBeforeInTranslationUnit(ConstQualLoc, Loc))
1898 Loc = ConstQualLoc;
2525 SourceLocation::getFromRawEncoding(PTI.ConstQualLoc),