Lines Matching refs:format_idx
1623 unsigned format_idx, unsigned firstDataArg, in checkFormatStringExpr() argument
1648 HasVAListArg, format_idx, firstDataArg, in checkFormatStringExpr()
1654 HasVAListArg, format_idx, firstDataArg, in checkFormatStringExpr()
1705 HasVAListArg, format_idx, in checkFormatStringExpr()
1763 HasVAListArg, format_idx, firstDataArg, in checkFormatStringExpr()
1771 HasVAListArg, format_idx, in checkFormatStringExpr()
1790 CheckFormatString(StrE, E, Args, NumArgs, HasVAListArg, format_idx, in checkFormatStringExpr()
1844 bool HasVAListArg, unsigned format_idx, in CheckFormatArguments() argument
1849 if (format_idx >= NumArgs) { in CheckFormatArguments()
1854 const Expr *OrigFormatExpr = Args[format_idx]->IgnoreParenCasts(); in CheckFormatArguments()
1870 format_idx, firstDataArg, Type, CallType); in CheckFormatArguments()
1885 SourceMgr.isInSystemMacro(Args[format_idx]->getLocStart())) in CheckFormatArguments()
1890 if (NumArgs == format_idx+1) in CheckFormatArguments()
1891 Diag(Args[format_idx]->getLocStart(), in CheckFormatArguments()
1895 Diag(Args[format_idx]->getLocStart(), in CheckFormatArguments()
2988 bool HasVAListArg, unsigned format_idx, in CheckFormatString() argument
2995 *this, inFunctionCall, Args[format_idx], in CheckFormatString()
3010 *this, inFunctionCall, Args[format_idx], in CheckFormatString()
3019 Str, HasVAListArg, Args, NumArgs, format_idx, in CheckFormatString()
3027 Str, HasVAListArg, Args, NumArgs, format_idx, in CheckFormatString()