Lines Matching refs:format_idx
2590 bool HasVAListArg, unsigned format_idx, in checkFormatStringExpr() argument
2616 HasVAListArg, format_idx, firstDataArg, in checkFormatStringExpr()
2622 HasVAListArg, format_idx, firstDataArg, in checkFormatStringExpr()
2673 HasVAListArg, format_idx, in checkFormatStringExpr()
2728 HasVAListArg, format_idx, firstDataArg, in checkFormatStringExpr()
2737 HasVAListArg, format_idx, in checkFormatStringExpr()
2756 S.CheckFormatString(StrE, E, Args, HasVAListArg, format_idx, firstDataArg, in checkFormatStringExpr()
2800 bool HasVAListArg, unsigned format_idx, in CheckFormatArguments() argument
2806 if (format_idx >= Args.size()) { in CheckFormatArguments()
2811 const Expr *OrigFormatExpr = Args[format_idx]->IgnoreParenCasts(); in CheckFormatArguments()
2827 format_idx, firstDataArg, Type, CallType, in CheckFormatArguments()
2843 SourceMgr.isInSystemMacro(Args[format_idx]->getLocStart())) in CheckFormatArguments()
2849 Diag(Args[format_idx]->getLocStart(), in CheckFormatArguments()
2853 Diag(Args[format_idx]->getLocStart(), in CheckFormatArguments()
4187 bool HasVAListArg, unsigned format_idx, in CheckFormatString() argument
4195 *this, inFunctionCall, Args[format_idx], in CheckFormatString()
4216 *this, inFunctionCall, Args[format_idx], in CheckFormatString()
4226 *this, inFunctionCall, Args[format_idx], in CheckFormatString()
4236 Str, HasVAListArg, Args, format_idx, in CheckFormatString()
4246 Str, HasVAListArg, Args, format_idx, in CheckFormatString()