Home | History | Annotate | Download | only in Sema

Lines Matching refs:OrigFormatExpr

1710   const Expr *OrigFormatExpr = Args[format_idx]->IgnoreParenCasts();
1724 if (SemaCheckStringLiteral(OrigFormatExpr, Args, NumArgs, HasVAListArg,
1745 << OrigFormatExpr->getSourceRange();
1749 << OrigFormatExpr->getSourceRange();
1757 const Expr *OrigFormatExpr;
1772 const Expr *origFormatExpr, unsigned firstDataArg,
1777 : S(s), FExpr(fexpr), OrigFormatExpr(origFormatExpr),
1858 return OrigFormatExpr->getSourceRange();
2091 const Expr *origFormatExpr, unsigned firstDataArg,
2096 : CheckFormatHandler(s, fexpr, origFormatExpr, firstDataArg,
2427 const Expr *origFormatExpr, unsigned firstDataArg,
2432 : CheckFormatHandler(s, fexpr, origFormatExpr, firstDataArg,
2588 const Expr *OrigFormatExpr,
2599 /*IsStringLocation*/true, OrigFormatExpr->getSourceRange());
2614 /*IsStringLocation*/true, OrigFormatExpr->getSourceRange());
2619 CheckPrintfHandler H(*this, FExpr, OrigFormatExpr, firstDataArg,
2620 numDataArgs, isa<ObjCStringLiteral>(OrigFormatExpr),
2628 CheckScanfHandler H(*this, FExpr, OrigFormatExpr, firstDataArg,
2629 numDataArgs, isa<ObjCStringLiteral>(OrigFormatExpr),