Lines Matching refs:OrigFormatExpr
6313 const Expr *OrigFormatExpr,
6651 const Expr *OrigFormatExpr = Args[format_idx]->IgnoreParenCasts(); in CheckFormatArguments() local
6667 checkFormatStringExpr(*this, OrigFormatExpr, Args, HasVAListArg, in CheckFormatArguments()
6701 << OrigFormatExpr->getSourceRange(); in CheckFormatArguments()
6718 << OrigFormatExpr->getSourceRange(); in CheckFormatArguments()
6729 const Expr *OrigFormatExpr; member in __anon7dcd61c00f11::CheckFormatHandler
6754 : S(s), FExpr(fexpr), OrigFormatExpr(origFormatExpr), FSType(type), in CheckFormatHandler()
6830 return OrigFormatExpr->getSourceRange(); in getFormatStringRange()
6974 if (!isa<ObjCStringLiteral>(OrigFormatExpr)) { in HandleNullChar()
6998 UncoveredArg.Update(notCoveredArg, OrigFormatExpr); in DoneProcessing()
8229 const Expr *OrigFormatExpr, in CheckFormatString() argument
8243 /*IsStringLocation*/ true, OrigFormatExpr->getSourceRange()); in CheckFormatString()
8266 /*IsStringLocation=*/true, OrigFormatExpr->getSourceRange()); in CheckFormatString()
8275 /*IsStringLocation*/ true, OrigFormatExpr->getSourceRange()); in CheckFormatString()
8283 S, FExpr, OrigFormatExpr, Type, firstDataArg, numDataArgs, in CheckFormatString()
8294 CheckScanfHandler H(S, FExpr, OrigFormatExpr, Type, firstDataArg, in CheckFormatString()