Lines Matching refs:OrigFormatExpr
10440 Sema &S, const FormatStringLiteral *FExpr, const Expr *OrigFormatExpr,
10873 const Expr *OrigFormatExpr = Args[format_idx]->IgnoreParenCasts(); in CheckFormatArguments() local
10889 *this, OrigFormatExpr, Args, APK, format_idx, firstDataArg, Type, in CheckFormatArguments()
10922 << OrigFormatExpr->getSourceRange(); in CheckFormatArguments()
10939 << OrigFormatExpr->getSourceRange(); in CheckFormatArguments()
10950 const Expr *OrigFormatExpr; member in __anon1d690be71f11::CheckFormatHandler
10976 : S(s), FExpr(fexpr), OrigFormatExpr(origFormatExpr), FSType(type), in CheckFormatHandler()
11052 return OrigFormatExpr->getSourceRange(); in getFormatStringRange()
11196 if (!isa<ObjCStringLiteral>(OrigFormatExpr)) { in HandleNullChar()
11220 UncoveredArg.Update(notCoveredArg, OrigFormatExpr); in DoneProcessing()
12567 Sema &S, const FormatStringLiteral *FExpr, const Expr *OrigFormatExpr, in CheckFormatString() argument
12578 /*IsStringLocation*/ true, OrigFormatExpr->getSourceRange()); in CheckFormatString()
12605 /*IsStringLocation=*/true, OrigFormatExpr->getSourceRange()); in CheckFormatString()
12614 /*IsStringLocation*/ true, OrigFormatExpr->getSourceRange()); in CheckFormatString()
12622 S, FExpr, OrigFormatExpr, Type, firstDataArg, numDataArgs, in CheckFormatString()
12632 CheckScanfHandler H(S, FExpr, OrigFormatExpr, Type, firstDataArg, in CheckFormatString()