Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaChecking.cpp6196 const StringLiteral *ReferenceFormatString, const Expr *OrigFormatExpr,
6713 const Expr *OrigFormatExpr = Args[format_idx]->IgnoreParenCasts(); in CheckFormatArguments() local
6729 *this, ReferenceFormatString, OrigFormatExpr, Args, APK, format_idx, in CheckFormatArguments()
6763 << OrigFormatExpr->getSourceRange(); in CheckFormatArguments()
6781 << OrigFormatExpr->getSourceRange(); in CheckFormatArguments()
6792 const Expr *OrigFormatExpr; member in __anon28c3fbb11f11::CheckFormatHandler
6817 : S(s), FExpr(fexpr), OrigFormatExpr(origFormatExpr), FSType(type), in CheckFormatHandler()
6898 return OrigFormatExpr->getSourceRange(); in getFormatStringRange()
7048 if (!isa<ObjCStringLiteral>(OrigFormatExpr)) { in HandleNullChar()
7072 UncoveredArg.Update(notCoveredArg, OrigFormatExpr); in DoneProcessing()
[all …]