Searched refs:FixitLoc (Results 1 – 3 of 3) sorted by relevance
200 SourceLocation FixitLoc = FixItRange.getBegin(); in check() local202 if (Range.getBegin() < FixitLoc) in check()203 FixitLoc = Range.getBegin(); in check()216 diag(FixitLoc, in check()
5189 SourceLocation DiagLoc, FixitLoc; in GetFullTypeForDeclarator() local5192 FixitLoc = S.getLocForEndOfToken(TInfo->getTypeLoc().getEndLoc()); in GetFullTypeForDeclarator()5195 FixitLoc = S.getLocForEndOfToken(D.getDeclSpec().getEndLoc()); in GetFullTypeForDeclarator()5199 << FixItHint::CreateInsertion(FixitLoc, "*"); in GetFullTypeForDeclarator()5206 TLoc.setStarLoc(FixitLoc); in GetFullTypeForDeclarator()
4930 SourceLocation FixitLoc = in setTagNameForLinkagePurposes() local4936 Diag(FixitLoc, DiagID) in setTagNameForLinkagePurposes()4938 << FixItHint::CreateInsertion(FixitLoc, TextToInsert); in setTagNameForLinkagePurposes()