Searched refs:FixitLoc (Results 1 – 2 of 2) sorted by relevance
5073 SourceLocation DiagLoc, FixitLoc; in GetFullTypeForDeclarator() local5076 FixitLoc = S.getLocForEndOfToken(TInfo->getTypeLoc().getEndLoc()); in GetFullTypeForDeclarator()5079 FixitLoc = S.getLocForEndOfToken(D.getDeclSpec().getEndLoc()); in GetFullTypeForDeclarator()5083 << FixItHint::CreateInsertion(FixitLoc, "*"); in GetFullTypeForDeclarator()5090 TLoc.setStarLoc(FixitLoc); in GetFullTypeForDeclarator()
4525 SourceLocation FixitLoc = in setTagNameForLinkagePurposes() local4531 Diag(FixitLoc, DiagID) in setTagNameForLinkagePurposes()4533 << FixItHint::CreateInsertion(FixitLoc, TextToInsert); in setTagNameForLinkagePurposes()