Searched refs:CastFix (Results 1 – 1 of 1) sorted by relevance
7941 llvm::raw_svector_ostream CastFix(CastBuf); in checkFormatExpr() local7942 CastFix << "("; in checkFormatExpr()7943 IntendedTy.print(CastFix, S.Context.getPrintingPolicy()); in checkFormatExpr()7944 CastFix << ")"; in checkFormatExpr()7953 Hints.push_back(FixItHint::CreateReplacement(CastRange, CastFix.str())); in checkFormatExpr()7959 FixItHint::CreateInsertion(E->getBeginLoc(), CastFix.str())); in checkFormatExpr()7962 CastFix << "("; in checkFormatExpr()7964 FixItHint::CreateInsertion(E->getBeginLoc(), CastFix.str())); in checkFormatExpr()