Searched refs:OrigFormatExpr (Results 1 – 1 of 1) sorted by relevance
7524 const Expr *OrigFormatExpr,7890 const Expr *OrigFormatExpr = Args[format_idx]->IgnoreParenCasts(); in CheckFormatArguments() local7940 << OrigFormatExpr->getSourceRange(); in CheckFormatArguments()7957 << OrigFormatExpr->getSourceRange(); in CheckFormatArguments()7968 const Expr *OrigFormatExpr; member in __anonfebdc2651311::CheckFormatHandler8069 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() argument9526 /*IsStringLocation*/ true, OrigFormatExpr->getSourceRange()); in CheckFormatString()[all …]