Searched refs:CastFix (Results 1 – 1 of 1) sorted by relevance
3890 llvm::raw_svector_ostream CastFix(CastBuf); in checkFormatExpr() local3891 CastFix << "("; in checkFormatExpr()3892 IntendedTy.print(CastFix, S.Context.getPrintingPolicy()); in checkFormatExpr()3893 CastFix << ")"; in checkFormatExpr()3902 Hints.push_back(FixItHint::CreateReplacement(CastRange, CastFix.str())); in checkFormatExpr()3908 CastFix.str())); in checkFormatExpr()3911 CastFix << "("; in checkFormatExpr()3913 CastFix.str())); in checkFormatExpr()