Home
last modified time | relevance | path

Searched refs:OrigFormatExpr (Results 1 – 1 of 1) sorted by relevance

/external/clang/lib/Sema/
DSemaChecking.cpp3790 const Expr *OrigFormatExpr,
4053 const Expr *OrigFormatExpr = Args[format_idx]->IgnoreParenCasts(); in CheckFormatArguments() local
4069 checkFormatStringExpr(*this, OrigFormatExpr, Args, HasVAListArg, in CheckFormatArguments()
4102 << OrigFormatExpr->getSourceRange(); in CheckFormatArguments()
4119 << OrigFormatExpr->getSourceRange(); in CheckFormatArguments()
4129 const Expr *OrigFormatExpr; member in __anon34f7ff5c0511::CheckFormatHandler
4153 : 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 …]