Searched refs:OrigFormatExpr (Results 1 – 1 of 1) sorted by relevance
| /openbsd-src/gnu/llvm/clang/lib/Sema/ |
| H A D | SemaChecking.cpp | 8711 Sema &S, const FormatStringLiteral *FExpr, const Expr *OrigFormatExpr, 9142 const Expr *OrigFormatExpr = Args[format_idx]->IgnoreParenCasts(); in CheckFormatArguments() local 9158 *this, OrigFormatExpr, Args, APK, format_idx, firstDataArg, Type, in CheckFormatArguments() 9191 << OrigFormatExpr->getSourceRange(); in CheckFormatArguments() 9209 << OrigFormatExpr->getSourceRange(); in CheckFormatArguments() 9220 const Expr *OrigFormatExpr; member in __anon9b6cdc881d11::CheckFormatHandler 9246 : S(s), FExpr(fexpr), OrigFormatExpr(origFormatExpr), FSType(type), in CheckFormatHandler() 9322 return OrigFormatExpr->getSourceRange(); in getFormatStringRange() 9466 if (!isa<ObjCStringLiteral>(OrigFormatExpr)) { in HandleNullChar() 9490 UncoveredArg.Update(notCoveredArg, OrigFormatExpr); in DoneProcessing() [all …]
|