Searched refs:FixitLoc (Results 1 – 1 of 1) sorted by relevance
4576 SourceLocation DiagLoc, FixitLoc; in GetFullTypeForDeclarator() local4579 FixitLoc = S.getLocForEndOfToken(TInfo->getTypeLoc().getEndLoc()); in GetFullTypeForDeclarator()4582 FixitLoc = S.getLocForEndOfToken(D.getDeclSpec().getEndLoc()); in GetFullTypeForDeclarator()4586 << FixItHint::CreateInsertion(FixitLoc, "*"); in GetFullTypeForDeclarator()4593 TLoc.setStarLoc(FixitLoc); in GetFullTypeForDeclarator()