Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/clang/lib/Sema/
HDSemaChecking.cpp4198 llvm::raw_svector_ostream CastFix(CastBuf); in checkFormatExpr() local
4199 CastFix << "("; in checkFormatExpr()
4200 IntendedTy.print(CastFix, S.Context.getPrintingPolicy()); in checkFormatExpr()
4201 CastFix << ")"; in checkFormatExpr()
4210 Hints.push_back(FixItHint::CreateReplacement(CastRange, CastFix.str())); in checkFormatExpr()
4216 CastFix.str())); in checkFormatExpr()
4219 CastFix << "("; in checkFormatExpr()
4221 CastFix.str())); in checkFormatExpr()