Searched refs:CastFix (Results 1 – 1 of 1) sorted by relevance
10524 llvm::raw_svector_ostream CastFix(CastBuf); in checkFormatExpr() local10525 CastFix << "("; in checkFormatExpr()10526 IntendedTy.print(CastFix, S.Context.getPrintingPolicy()); in checkFormatExpr()10527 CastFix << ")"; in checkFormatExpr()10536 Hints.push_back(FixItHint::CreateReplacement(CastRange, CastFix.str())); in checkFormatExpr()10542 FixItHint::CreateInsertion(E->getBeginLoc(), CastFix.str())); in checkFormatExpr()10545 CastFix << "("; in checkFormatExpr()10547 FixItHint::CreateInsertion(E->getBeginLoc(), CastFix.str())); in checkFormatExpr()