Searched refs:OrigFormatExpr (Results 1 – 1 of 1) sorted by relevance
8870 const Expr *OrigFormatExpr = Args[format_idx]->IgnoreParenCasts(); in CheckFormatArguments() local8919 << OrigFormatExpr->getSourceRange(); in CheckFormatArguments()8936 << OrigFormatExpr->getSourceRange(); in CheckFormatArguments()8947 const Expr *OrigFormatExpr; member in __anon8097fee11c11::CheckFormatHandler9049 return OrigFormatExpr->getSourceRange(); in getFormatStringRange()9193 if (!isa<ObjCStringLiteral>(OrigFormatExpr)) { in HandleNullChar()9217 UncoveredArg.Update(notCoveredArg, OrigFormatExpr); in DoneProcessing()10534 /*IsStringLocation*/ true, OrigFormatExpr->getSourceRange()); in CheckFormatString()10561 /*IsStringLocation=*/true, OrigFormatExpr->getSourceRange()); in CheckFormatString()10570 /*IsStringLocation*/ true, OrigFormatExpr->getSourceRange()); in CheckFormatString()[all …]