Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/clang/lib/Sema/
DSemaChecking.cpp7524 const Expr *OrigFormatExpr,
7890 const Expr *OrigFormatExpr = Args[format_idx]->IgnoreParenCasts(); in CheckFormatArguments() local
7906 checkFormatStringExpr(*this, OrigFormatExpr, Args, HasVAListArg, in CheckFormatArguments()
7940 << OrigFormatExpr->getSourceRange(); in CheckFormatArguments()
7957 << OrigFormatExpr->getSourceRange(); in CheckFormatArguments()
7968 const Expr *OrigFormatExpr; member in __anon469851c91311::CheckFormatHandler
7993 : S(s), FExpr(fexpr), OrigFormatExpr(origFormatExpr), FSType(type), in CheckFormatHandler()
8069 return OrigFormatExpr->getSourceRange(); in getFormatStringRange()
8213 if (!isa<ObjCStringLiteral>(OrigFormatExpr)) { in HandleNullChar()
8237 UncoveredArg.Update(notCoveredArg, OrigFormatExpr); in DoneProcessing()
[all …]