Home | History | Annotate | Download | only in Sema

Lines Matching refs:format_idx

1491                                   unsigned format_idx, unsigned firstDataArg,
1511 format_idx, firstDataArg, Type,
1514 format_idx, firstDataArg, Type,
1559 HasVAListArg, format_idx, firstDataArg,
1615 format_idx, firstDataArg, Type,
1632 CheckFormatString(StrE, E, Args, NumArgs, HasVAListArg, format_idx,
1676 // lists, so decrement format_idx in that case.
1687 unsigned format_idx = Format->getFormatIdx() - 1;
1690 if (format_idx == 0)
1692 --format_idx;
1696 CheckFormatArguments(Args, NumArgs, HasVAListArg, format_idx,
1701 bool HasVAListArg, unsigned format_idx,
1705 if (format_idx >= NumArgs) {
1710 const Expr *OrigFormatExpr = Args[format_idx]->IgnoreParenCasts();
1725 format_idx, firstDataArg, Type))
1737 if (Type == FST_NSString && Args[format_idx]->getLocStart().isMacroID())
1742 if (NumArgs == format_idx+1)
1743 format_idx]->getLocStart(),
1747 Diag(Args[format_idx]->getLocStart(),
2590 bool HasVAListArg, unsigned format_idx,
2597 *this, inFunctionCall, Args[format_idx],
2612 *this, inFunctionCall, Args[format_idx],
2621 Str, HasVAListArg, Args, NumArgs, format_idx,
2630 Str, HasVAListArg, Args, NumArgs, format_idx,