Searched refs:CastFix (Results 1 – 1 of 1) sorted by relevance
3263 llvm::raw_svector_ostream CastFix(CastBuf); in checkFormatExpr() local3264 CastFix << "("; in checkFormatExpr()3265 IntendedTy.print(CastFix, S.Context.getPrintingPolicy()); in checkFormatExpr()3266 CastFix << ")"; in checkFormatExpr()3275 Hints.push_back(FixItHint::CreateReplacement(CastRange, CastFix.str())); in checkFormatExpr()3281 CastFix.str())); in checkFormatExpr()3284 CastFix << "("; in checkFormatExpr()3286 CastFix.str())); in checkFormatExpr()