Searched refs:FixitLoc (Results 1 – 1 of 1) sorted by relevance
2706 SourceLocation DiagLoc, FixitLoc; in GetFullTypeForDeclarator() local2709 FixitLoc = S.PP.getLocForEndOfToken(TInfo->getTypeLoc().getLocEnd()); in GetFullTypeForDeclarator()2712 FixitLoc = S.PP.getLocForEndOfToken(D.getDeclSpec().getLocEnd()); in GetFullTypeForDeclarator()2716 << FixItHint::CreateInsertion(FixitLoc, "*"); in GetFullTypeForDeclarator()2723 TLoc.setStarLoc(FixitLoc); in GetFullTypeForDeclarator()