Home
last modified time | relevance | path

Searched refs:CastFix (Results 1 – 1 of 1) sorted by relevance

/external/clang/lib/Sema/
DSemaChecking.cpp2856 llvm::raw_svector_ostream CastFix(CastBuf); in checkFormatExpr() local
2857 CastFix << "("; in checkFormatExpr()
2858 IntendedTy.print(CastFix, S.Context.getPrintingPolicy()); in checkFormatExpr()
2859 CastFix << ")"; in checkFormatExpr()
2868 Hints.push_back(FixItHint::CreateReplacement(CastRange, CastFix.str())); in checkFormatExpr()
2874 CastFix.str())); in checkFormatExpr()
2877 CastFix << "("; in checkFormatExpr()
2879 CastFix.str())); in checkFormatExpr()