Searched refs:FixitLoc (Results 1 – 1 of 1) sorted by relevance
3791 SourceLocation DiagLoc, FixitLoc; in GetFullTypeForDeclarator() local3794 FixitLoc = S.getLocForEndOfToken(TInfo->getTypeLoc().getLocEnd()); in GetFullTypeForDeclarator()3797 FixitLoc = S.getLocForEndOfToken(D.getDeclSpec().getLocEnd()); in GetFullTypeForDeclarator()3801 << FixItHint::CreateInsertion(FixitLoc, "*"); in GetFullTypeForDeclarator()3808 TLoc.setStarLoc(FixitLoc); in GetFullTypeForDeclarator()