Lines Matching refs:OrigFormatExpr
7524 const Expr *OrigFormatExpr,
7890 const Expr *OrigFormatExpr = Args[format_idx]->IgnoreParenCasts(); in CheckFormatArguments() local
7906 checkFormatStringExpr(*this, OrigFormatExpr, Args, HasVAListArg, in CheckFormatArguments()
7940 << OrigFormatExpr->getSourceRange(); in CheckFormatArguments()
7957 << OrigFormatExpr->getSourceRange(); in CheckFormatArguments()
7968 const Expr *OrigFormatExpr; member in __anonfebdc2651311::CheckFormatHandler
7993 : S(s), FExpr(fexpr), OrigFormatExpr(origFormatExpr), FSType(type), in CheckFormatHandler()
8069 return OrigFormatExpr->getSourceRange(); in getFormatStringRange()
8213 if (!isa<ObjCStringLiteral>(OrigFormatExpr)) { in HandleNullChar()
8237 UncoveredArg.Update(notCoveredArg, OrigFormatExpr); in DoneProcessing()
9511 const Expr *OrigFormatExpr, in CheckFormatString() argument
9526 /*IsStringLocation*/ true, OrigFormatExpr->getSourceRange()); in CheckFormatString()
9554 /*IsStringLocation=*/true, OrigFormatExpr->getSourceRange()); in CheckFormatString()
9563 /*IsStringLocation*/ true, OrigFormatExpr->getSourceRange()); in CheckFormatString()
9571 S, FExpr, OrigFormatExpr, Type, firstDataArg, numDataArgs, in CheckFormatString()
9582 CheckScanfHandler H(S, FExpr, OrigFormatExpr, Type, firstDataArg, in CheckFormatString()