Lines Matching defs:OrigFormatExpr
5641 Sema &S, const FormatStringLiteral *FExpr, const Expr *OrigFormatExpr,
6071 const Expr *OrigFormatExpr = Args[format_idx]->IgnoreParenCasts();
6087 *this, OrigFormatExpr, Args, APK, format_idx, firstDataArg, Type,
6120 << OrigFormatExpr->getSourceRange();
6137 << OrigFormatExpr->getSourceRange();
6148 const Expr *OrigFormatExpr;
6174 : S(s), FExpr(fexpr), OrigFormatExpr(origFormatExpr), FSType(type),
6250 return OrigFormatExpr->getSourceRange();
6394 if (!isa<ObjCStringLiteral>(OrigFormatExpr)) {
6418 UncoveredArg.Update(notCoveredArg, OrigFormatExpr);
7810 Sema &S, const FormatStringLiteral *FExpr, const Expr *OrigFormatExpr,
7821 /*IsStringLocation*/ true, OrigFormatExpr->getSourceRange());
7848 /*IsStringLocation=*/true, OrigFormatExpr->getSourceRange());
7857 /*IsStringLocation*/ true, OrigFormatExpr->getSourceRange());
7865 S, FExpr, OrigFormatExpr, Type, firstDataArg, numDataArgs,
7875 CheckScanfHandler H(S, FExpr, OrigFormatExpr, Type, firstDataArg,