Searched refs:CastFix (Results 1 – 1 of 1) sorted by relevance
8941 llvm::raw_svector_ostream CastFix(CastBuf); in checkFormatExpr() local8942 CastFix << "("; in checkFormatExpr()8943 IntendedTy.print(CastFix, S.Context.getPrintingPolicy()); in checkFormatExpr()8944 CastFix << ")"; in checkFormatExpr()8953 Hints.push_back(FixItHint::CreateReplacement(CastRange, CastFix.str())); in checkFormatExpr()8959 FixItHint::CreateInsertion(E->getBeginLoc(), CastFix.str())); in checkFormatExpr()8962 CastFix << "("; in checkFormatExpr()8964 FixItHint::CreateInsertion(E->getBeginLoc(), CastFix.str())); in checkFormatExpr()