Searched refs:CastFix (Results 1 – 1 of 1) sorted by relevance
2856 llvm::raw_svector_ostream CastFix(CastBuf); in checkFormatExpr() local2857 CastFix << "("; in checkFormatExpr()2858 IntendedTy.print(CastFix, S.Context.getPrintingPolicy()); in checkFormatExpr()2859 CastFix << ")"; in checkFormatExpr()2868 Hints.push_back(FixItHint::CreateReplacement(CastRange, CastFix.str())); in checkFormatExpr()2874 CastFix.str())); in checkFormatExpr()2877 CastFix << "("; in checkFormatExpr()2879 CastFix.str())); in checkFormatExpr()