reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/clang/lib/Sema/SemaChecking.cpp
 7139   if (format_idx >= Args.size()) {
 7144   const Expr *OrigFormatExpr = Args[format_idx]->IgnoreParenCasts();
 7160       checkFormatStringExpr(*this, OrigFormatExpr, Args, HasVAListArg,
 7169     assert(ArgIdx < Args.size() && "ArgIdx outside bounds");
 7170     UncoveredArg.Diagnose(*this, /*IsFunctionCall*/true, Args[ArgIdx]);
 7186   SourceLocation FormatLoc = Args[format_idx]->getBeginLoc();
 7192   if (Args.size() == firstDataArg) {