Lines Matching refs:OrigFormatExpr
8469 Sema &S, const FormatStringLiteral *FExpr, const Expr *OrigFormatExpr,
8870 const Expr *OrigFormatExpr = Args[format_idx]->IgnoreParenCasts(); in CheckFormatArguments() local
8886 *this, OrigFormatExpr, Args, APK, format_idx, firstDataArg, Type, in CheckFormatArguments()
8919 << OrigFormatExpr->getSourceRange(); in CheckFormatArguments()
8936 << OrigFormatExpr->getSourceRange(); in CheckFormatArguments()
8947 const Expr *OrigFormatExpr; member in __anon8097fee11c11::CheckFormatHandler
8973 : S(s), FExpr(fexpr), OrigFormatExpr(origFormatExpr), FSType(type), in CheckFormatHandler()
9049 return OrigFormatExpr->getSourceRange(); in getFormatStringRange()
9193 if (!isa<ObjCStringLiteral>(OrigFormatExpr)) { in HandleNullChar()
9217 UncoveredArg.Update(notCoveredArg, OrigFormatExpr); in DoneProcessing()
10523 Sema &S, const FormatStringLiteral *FExpr, const Expr *OrigFormatExpr, in CheckFormatString() argument
10534 /*IsStringLocation*/ true, OrigFormatExpr->getSourceRange()); in CheckFormatString()
10561 /*IsStringLocation=*/true, OrigFormatExpr->getSourceRange()); in CheckFormatString()
10570 /*IsStringLocation*/ true, OrigFormatExpr->getSourceRange()); in CheckFormatString()
10578 S, FExpr, OrigFormatExpr, Type, firstDataArg, numDataArgs, in CheckFormatString()
10588 CheckScanfHandler H(S, FExpr, OrigFormatExpr, Type, firstDataArg, in CheckFormatString()