Lines Matching refs:OrigFormatExpr
3790 const Expr *OrigFormatExpr,
4053 const Expr *OrigFormatExpr = Args[format_idx]->IgnoreParenCasts(); in CheckFormatArguments() local
4069 checkFormatStringExpr(*this, OrigFormatExpr, Args, HasVAListArg, in CheckFormatArguments()
4102 << OrigFormatExpr->getSourceRange(); in CheckFormatArguments()
4119 << OrigFormatExpr->getSourceRange(); in CheckFormatArguments()
4129 const Expr *OrigFormatExpr; member in __anon34f7ff5c0511::CheckFormatHandler
4153 : S(s), FExpr(fexpr), OrigFormatExpr(origFormatExpr), in CheckFormatHandler()
4230 return OrigFormatExpr->getSourceRange(); in getFormatStringRange()
4373 if (!isa<ObjCStringLiteral>(OrigFormatExpr)) { in HandleNullChar()
4397 UncoveredArg.Update(notCoveredArg, OrigFormatExpr); in DoneProcessing()
5543 const Expr *OrigFormatExpr, in CheckFormatString() argument
5557 /*IsStringLocation*/true, OrigFormatExpr->getSourceRange()); in CheckFormatString()
5580 /*IsStringLocation=*/true, OrigFormatExpr->getSourceRange()); in CheckFormatString()
5589 /*IsStringLocation*/true, OrigFormatExpr->getSourceRange()); in CheckFormatString()
5595 CheckPrintfHandler H(S, FExpr, OrigFormatExpr, firstDataArg, in CheckFormatString()
5608 CheckScanfHandler H(S, FExpr, OrigFormatExpr, firstDataArg, numDataArgs, in CheckFormatString()