Searched refs:FixitLoc (Results 1 – 2 of 2) sorted by relevance
5261 SourceLocation DiagLoc, FixitLoc; in GetFullTypeForDeclarator() local5264 FixitLoc = S.getLocForEndOfToken(TInfo->getTypeLoc().getEndLoc()); in GetFullTypeForDeclarator()5267 FixitLoc = S.getLocForEndOfToken(D.getDeclSpec().getEndLoc()); in GetFullTypeForDeclarator()5271 << FixItHint::CreateInsertion(FixitLoc, "*"); in GetFullTypeForDeclarator()5278 TLoc.setStarLoc(FixitLoc); in GetFullTypeForDeclarator()
5006 SourceLocation FixitLoc = in setTagNameForLinkagePurposes() local5012 Diag(FixitLoc, DiagID) in setTagNameForLinkagePurposes()5014 << FixItHint::CreateInsertion(FixitLoc, TextToInsert); in setTagNameForLinkagePurposes()