Lines Matching refs:format_idx
3020 bool HasVAListArg, unsigned format_idx, in checkFormatStringExpr() argument
3046 HasVAListArg, format_idx, firstDataArg, in checkFormatStringExpr()
3052 HasVAListArg, format_idx, firstDataArg, in checkFormatStringExpr()
3103 HasVAListArg, format_idx, in checkFormatStringExpr()
3158 HasVAListArg, format_idx, firstDataArg, in checkFormatStringExpr()
3167 HasVAListArg, format_idx, in checkFormatStringExpr()
3186 S.CheckFormatString(StrE, E, Args, HasVAListArg, format_idx, firstDataArg, in checkFormatStringExpr()
3230 bool HasVAListArg, unsigned format_idx, in CheckFormatArguments() argument
3236 if (format_idx >= Args.size()) { in CheckFormatArguments()
3241 const Expr *OrigFormatExpr = Args[format_idx]->IgnoreParenCasts(); in CheckFormatArguments()
3257 format_idx, firstDataArg, Type, CallType, in CheckFormatArguments()
3273 SourceMgr.isInSystemMacro(Args[format_idx]->getLocStart())) in CheckFormatArguments()
3279 Diag(Args[format_idx]->getLocStart(), in CheckFormatArguments()
3283 Diag(Args[format_idx]->getLocStart(), in CheckFormatArguments()
4662 bool HasVAListArg, unsigned format_idx, in CheckFormatString() argument
4670 *this, inFunctionCall, Args[format_idx], in CheckFormatString()
4691 *this, inFunctionCall, Args[format_idx], in CheckFormatString()
4701 *this, inFunctionCall, Args[format_idx], in CheckFormatString()
4711 Str, HasVAListArg, Args, format_idx, in CheckFormatString()
4721 Str, HasVAListArg, Args, format_idx, in CheckFormatString()