Searched refs:OrigFormatExpr (Results 1 – 1 of 1) sorted by relevance
10873 const Expr *OrigFormatExpr = Args[format_idx]->IgnoreParenCasts(); in CheckFormatArguments() local10922 << OrigFormatExpr->getSourceRange(); in CheckFormatArguments()10939 << OrigFormatExpr->getSourceRange(); in CheckFormatArguments()10950 const Expr *OrigFormatExpr; member in __anon1d690be71f11::CheckFormatHandler11052 return OrigFormatExpr->getSourceRange(); in getFormatStringRange()11196 if (!isa<ObjCStringLiteral>(OrigFormatExpr)) { in HandleNullChar()11220 UncoveredArg.Update(notCoveredArg, OrigFormatExpr); in DoneProcessing()12578 /*IsStringLocation*/ true, OrigFormatExpr->getSourceRange()); in CheckFormatString()12605 /*IsStringLocation=*/true, OrigFormatExpr->getSourceRange()); in CheckFormatString()12614 /*IsStringLocation*/ true, OrigFormatExpr->getSourceRange()); in CheckFormatString()[all …]