Searched refs:CastFix (Results 1 – 1 of 1) sorted by relevance
8436 llvm::raw_svector_ostream CastFix(CastBuf); in checkFormatExpr() local8437 CastFix << (S.LangOpts.CPlusPlus ? "static_cast<" : "("); in checkFormatExpr()8438 IntendedTy.print(CastFix, S.Context.getPrintingPolicy()); in checkFormatExpr()8439 CastFix << (S.LangOpts.CPlusPlus ? ">" : ")"); in checkFormatExpr()8451 Hints.push_back(FixItHint::CreateReplacement(CastRange, CastFix.str())); in checkFormatExpr()8457 FixItHint::CreateInsertion(E->getBeginLoc(), CastFix.str())); in checkFormatExpr()8460 CastFix << "("; in checkFormatExpr()8462 FixItHint::CreateInsertion(E->getBeginLoc(), CastFix.str())); in checkFormatExpr()