Searched refs:CastFix (Results 1 – 1 of 1) sorted by relevance
4198 llvm::raw_svector_ostream CastFix(CastBuf); in checkFormatExpr() local4199 CastFix << "("; in checkFormatExpr()4200 IntendedTy.print(CastFix, S.Context.getPrintingPolicy()); in checkFormatExpr()4201 CastFix << ")"; in checkFormatExpr()4210 Hints.push_back(FixItHint::CreateReplacement(CastRange, CastFix.str())); in checkFormatExpr()4216 CastFix.str())); in checkFormatExpr()4219 CastFix << "("; in checkFormatExpr()4221 CastFix.str())); in checkFormatExpr()