Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaChecking.cpp8941 llvm::raw_svector_ostream CastFix(CastBuf); in checkFormatExpr() local
8942 CastFix << "("; in checkFormatExpr()
8943 IntendedTy.print(CastFix, S.Context.getPrintingPolicy()); in checkFormatExpr()
8944 CastFix << ")"; in checkFormatExpr()
8953 Hints.push_back(FixItHint::CreateReplacement(CastRange, CastFix.str())); in checkFormatExpr()
8959 FixItHint::CreateInsertion(E->getBeginLoc(), CastFix.str())); in checkFormatExpr()
8962 CastFix << "("; in checkFormatExpr()
8964 FixItHint::CreateInsertion(E->getBeginLoc(), CastFix.str())); in checkFormatExpr()