Searched refs:CastFix (Results 1 – 1 of 1) sorted by relevance
9213 llvm::raw_svector_ostream CastFix(CastBuf); in checkFormatExpr() local9214 CastFix << "("; in checkFormatExpr()9215 IntendedTy.print(CastFix, S.Context.getPrintingPolicy()); in checkFormatExpr()9216 CastFix << ")"; in checkFormatExpr()9225 Hints.push_back(FixItHint::CreateReplacement(CastRange, CastFix.str())); in checkFormatExpr()9231 FixItHint::CreateInsertion(E->getBeginLoc(), CastFix.str())); in checkFormatExpr()9234 CastFix << "("; in checkFormatExpr()9236 FixItHint::CreateInsertion(E->getBeginLoc(), CastFix.str())); in checkFormatExpr()