Searched refs:CastFix (Results 1 – 1 of 1) sorted by relevance
5248 llvm::raw_svector_ostream CastFix(CastBuf); in checkFormatExpr() local5249 CastFix << "("; in checkFormatExpr()5250 IntendedTy.print(CastFix, S.Context.getPrintingPolicy()); in checkFormatExpr()5251 CastFix << ")"; in checkFormatExpr()5260 Hints.push_back(FixItHint::CreateReplacement(CastRange, CastFix.str())); in checkFormatExpr()5266 CastFix.str())); in checkFormatExpr()5269 CastFix << "("; in checkFormatExpr()5271 CastFix.str())); in checkFormatExpr()