Searched refs:OrigFormatExpr (Results 1 – 1 of 1) sorted by relevance
3790 const Expr *OrigFormatExpr,4053 const Expr *OrigFormatExpr = Args[format_idx]->IgnoreParenCasts(); in CheckFormatArguments() local4069 checkFormatStringExpr(*this, OrigFormatExpr, Args, HasVAListArg, in CheckFormatArguments()4102 << OrigFormatExpr->getSourceRange(); in CheckFormatArguments()4119 << OrigFormatExpr->getSourceRange(); in CheckFormatArguments()4129 const Expr *OrigFormatExpr; member in __anon34f7ff5c0511::CheckFormatHandler4153 : S(s), FExpr(fexpr), OrigFormatExpr(origFormatExpr), in CheckFormatHandler()4230 return OrigFormatExpr->getSourceRange(); in getFormatStringRange()4373 if (!isa<ObjCStringLiteral>(OrigFormatExpr)) { in HandleNullChar()4397 UncoveredArg.Update(notCoveredArg, OrigFormatExpr); in DoneProcessing()[all …]