Lines Matching refs:OrigFormatExpr
8711 Sema &S, const FormatStringLiteral *FExpr, const Expr *OrigFormatExpr,
9142 const Expr *OrigFormatExpr = Args[format_idx]->IgnoreParenCasts(); in CheckFormatArguments() local
9158 *this, OrigFormatExpr, Args, APK, format_idx, firstDataArg, Type, in CheckFormatArguments()
9191 << OrigFormatExpr->getSourceRange(); in CheckFormatArguments()
9209 << OrigFormatExpr->getSourceRange(); in CheckFormatArguments()
9220 const Expr *OrigFormatExpr; member in __anon9b6cdc881d11::CheckFormatHandler
9246 : S(s), FExpr(fexpr), OrigFormatExpr(origFormatExpr), FSType(type), in CheckFormatHandler()
9322 return OrigFormatExpr->getSourceRange(); in getFormatStringRange()
9466 if (!isa<ObjCStringLiteral>(OrigFormatExpr)) { in HandleNullChar()
9490 UncoveredArg.Update(notCoveredArg, OrigFormatExpr); in DoneProcessing()
10845 Sema &S, const FormatStringLiteral *FExpr, const Expr *OrigFormatExpr, in CheckFormatString() argument
10856 /*IsStringLocation*/ true, OrigFormatExpr->getSourceRange()); in CheckFormatString()
10883 /*IsStringLocation=*/true, OrigFormatExpr->getSourceRange()); in CheckFormatString()
10892 /*IsStringLocation*/ true, OrigFormatExpr->getSourceRange()); in CheckFormatString()
10901 S, FExpr, OrigFormatExpr, Type, firstDataArg, numDataArgs, in CheckFormatString()
10911 CheckScanfHandler H(S, FExpr, OrigFormatExpr, Type, firstDataArg, in CheckFormatString()