Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaChecking.cpp10524 llvm::raw_svector_ostream CastFix(CastBuf); in checkFormatExpr() local
10525 CastFix << "("; in checkFormatExpr()
10526 IntendedTy.print(CastFix, S.Context.getPrintingPolicy()); in checkFormatExpr()
10527 CastFix << ")"; in checkFormatExpr()
10536 Hints.push_back(FixItHint::CreateReplacement(CastRange, CastFix.str())); in checkFormatExpr()
10542 FixItHint::CreateInsertion(E->getBeginLoc(), CastFix.str())); in checkFormatExpr()
10545 CastFix << "("; in checkFormatExpr()
10547 FixItHint::CreateInsertion(E->getBeginLoc(), CastFix.str())); in checkFormatExpr()