Lines Matching refs:format_idx
1934 bool HasVAListArg, unsigned format_idx, in checkFormatStringExpr() argument
1960 HasVAListArg, format_idx, firstDataArg, in checkFormatStringExpr()
1966 HasVAListArg, format_idx, firstDataArg, in checkFormatStringExpr()
2017 HasVAListArg, format_idx, in checkFormatStringExpr()
2075 HasVAListArg, format_idx, firstDataArg, in checkFormatStringExpr()
2084 HasVAListArg, format_idx, in checkFormatStringExpr()
2103 S.CheckFormatString(StrE, E, Args, HasVAListArg, format_idx, firstDataArg, in checkFormatStringExpr()
2171 bool HasVAListArg, unsigned format_idx, in CheckFormatArguments() argument
2177 if (format_idx >= Args.size()) { in CheckFormatArguments()
2182 const Expr *OrigFormatExpr = Args[format_idx]->IgnoreParenCasts(); in CheckFormatArguments()
2198 format_idx, firstDataArg, Type, CallType, in CheckFormatArguments()
2214 SourceMgr.isInSystemMacro(Args[format_idx]->getLocStart())) in CheckFormatArguments()
2220 Diag(Args[format_idx]->getLocStart(), in CheckFormatArguments()
2224 Diag(Args[format_idx]->getLocStart(), in CheckFormatArguments()
3434 bool HasVAListArg, unsigned format_idx, in CheckFormatString() argument
3442 *this, inFunctionCall, Args[format_idx], in CheckFormatString()
3457 *this, inFunctionCall, Args[format_idx], in CheckFormatString()
3466 Str, HasVAListArg, Args, format_idx, in CheckFormatString()
3475 Str, HasVAListArg, Args, format_idx, in CheckFormatString()