Lines Matching defs:OrigFormatExpr
5902 Sema &S, const FormatStringLiteral *FExpr, const Expr *OrigFormatExpr,
6332 const Expr *OrigFormatExpr = Args[format_idx]->IgnoreParenCasts();
6348 *this, OrigFormatExpr, Args, APK, format_idx, firstDataArg, Type,
6381 << OrigFormatExpr->getSourceRange();
6399 << OrigFormatExpr->getSourceRange();
6410 const Expr *OrigFormatExpr;
6436 : S(s), FExpr(fexpr), OrigFormatExpr(origFormatExpr), FSType(type),
6512 return OrigFormatExpr->getSourceRange();
6662 if (!isa<ObjCStringLiteral>(OrigFormatExpr)) {
6686 UncoveredArg.Update(notCoveredArg, OrigFormatExpr);
8077 Sema &S, const FormatStringLiteral *FExpr, const Expr *OrigFormatExpr,
8088 /*IsStringLocation*/ true, OrigFormatExpr->getSourceRange());
8115 /*IsStringLocation=*/true, OrigFormatExpr->getSourceRange());
8124 /*IsStringLocation*/ true, OrigFormatExpr->getSourceRange());
8133 S, FExpr, OrigFormatExpr, Type, firstDataArg, numDataArgs,
8143 CheckScanfHandler H(S, FExpr, OrigFormatExpr, Type, firstDataArg,