Searched refs:CastFix (Results 1 – 1 of 1) sorted by relevance
4365 llvm::raw_svector_ostream CastFix(CastBuf); in checkFormatExpr() local4366 CastFix << "("; in checkFormatExpr()4367 IntendedTy.print(CastFix, S.Context.getPrintingPolicy()); in checkFormatExpr()4368 CastFix << ")"; in checkFormatExpr()4377 Hints.push_back(FixItHint::CreateReplacement(CastRange, CastFix.str())); in checkFormatExpr()4383 CastFix.str())); in checkFormatExpr()4386 CastFix << "("; in checkFormatExpr()4388 CastFix.str())); in checkFormatExpr()