Searched refs:OrigFormatExpr (Results 1 – 1 of 1) sorted by relevance
6313 const Expr *OrigFormatExpr,6651 const Expr *OrigFormatExpr = Args[format_idx]->IgnoreParenCasts(); in CheckFormatArguments() local6701 << OrigFormatExpr->getSourceRange(); in CheckFormatArguments()6718 << OrigFormatExpr->getSourceRange(); in CheckFormatArguments()6729 const Expr *OrigFormatExpr; member in __anon7dcd61c00f11::CheckFormatHandler6830 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() argument8243 /*IsStringLocation*/ true, OrigFormatExpr->getSourceRange()); in CheckFormatString()[all …]