Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaChecking.cpp7252 const Expr *OrigFormatExpr,
7618 const Expr *OrigFormatExpr = Args[format_idx]->IgnoreParenCasts(); in CheckFormatArguments() local
7634 checkFormatStringExpr(*this, OrigFormatExpr, Args, HasVAListArg, in CheckFormatArguments()
7668 << OrigFormatExpr->getSourceRange(); in CheckFormatArguments()
7685 << OrigFormatExpr->getSourceRange(); in CheckFormatArguments()
7696 const Expr *OrigFormatExpr; member in __anon7fa672bc1411::CheckFormatHandler
7721 : S(s), FExpr(fexpr), OrigFormatExpr(origFormatExpr), FSType(type), in CheckFormatHandler()
7797 return OrigFormatExpr->getSourceRange(); in getFormatStringRange()
7941 if (!isa<ObjCStringLiteral>(OrigFormatExpr)) { in HandleNullChar()
7965 UncoveredArg.Update(notCoveredArg, OrigFormatExpr); in DoneProcessing()
[all …]