Home | History | Annotate | Download | only in Sema

Lines Matching refs:OrigFormatExpr

2234   const Expr *OrigFormatExpr = Args[format_idx]->IgnoreParenCasts();
2249 checkFormatStringExpr(*this, OrigFormatExpr, Args, HasVAListArg,
2274 << OrigFormatExpr->getSourceRange();
2278 << OrigFormatExpr->getSourceRange();
2287 const Expr *OrigFormatExpr;
2302 const Expr *origFormatExpr, unsigned firstDataArg,
2308 : S(s), FExpr(fexpr), OrigFormatExpr(origFormatExpr),
2386 return OrigFormatExpr->getSourceRange();
2529 if (!isa<ObjCStringLiteral>(OrigFormatExpr)) {
2699 const Expr *origFormatExpr, unsigned firstDataArg,
2706 : CheckFormatHandler(s, fexpr, origFormatExpr, firstDataArg,
3351 const Expr *origFormatExpr, unsigned firstDataArg,
3357 : CheckFormatHandler(s, fexpr, origFormatExpr, firstDataArg,
3512 const Expr *OrigFormatExpr,
3524 /*IsStringLocation*/true, OrigFormatExpr->getSourceRange());
3546 /*IsStringLocation=*/true, OrigFormatExpr->getSourceRange());
3555 /*IsStringLocation*/true, OrigFormatExpr->getSourceRange());
3560 CheckPrintfHandler H(*this, FExpr, OrigFormatExpr, firstDataArg,
3570 CheckScanfHandler H(*this, FExpr, OrigFormatExpr, firstDataArg, numDataArgs,