Home
last modified time | relevance | path

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

/freebsd-9-stable/contrib/llvm/tools/clang/lib/Sema/
DSemaChecking.cpp3263 llvm::raw_svector_ostream CastFix(CastBuf); in checkFormatExpr() local
3264 CastFix << "("; in checkFormatExpr()
3265 IntendedTy.print(CastFix, S.Context.getPrintingPolicy()); in checkFormatExpr()
3266 CastFix << ")"; in checkFormatExpr()
3275 Hints.push_back(FixItHint::CreateReplacement(CastRange, CastFix.str())); in checkFormatExpr()
3281 CastFix.str())); in checkFormatExpr()
3284 CastFix << "("; in checkFormatExpr()
3286 CastFix.str())); in checkFormatExpr()