Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSemaChecking.cpp5248 llvm::raw_svector_ostream CastFix(CastBuf); in checkFormatExpr() local
5249 CastFix << "("; in checkFormatExpr()
5250 IntendedTy.print(CastFix, S.Context.getPrintingPolicy()); in checkFormatExpr()
5251 CastFix << ")"; in checkFormatExpr()
5260 Hints.push_back(FixItHint::CreateReplacement(CastRange, CastFix.str())); in checkFormatExpr()
5266 CastFix.str())); in checkFormatExpr()
5269 CastFix << "("; in checkFormatExpr()
5271 CastFix.str())); in checkFormatExpr()