Searched refs:CastFix (Results 1 – 1 of 1) sorted by relevance
3155 llvm::raw_svector_ostream CastFix(CastBuf); in checkFormatExpr() local3156 CastFix << "("; in checkFormatExpr()3157 IntendedTy.print(CastFix, S.Context.getPrintingPolicy()); in checkFormatExpr()3158 CastFix << ")"; in checkFormatExpr()3167 Hints.push_back(FixItHint::CreateReplacement(CastRange, CastFix.str())); in checkFormatExpr()3173 CastFix.str())); in checkFormatExpr()3176 CastFix << "("; in checkFormatExpr()3178 CastFix.str())); in checkFormatExpr()