Lines Matching refs:format_idx

5643     unsigned format_idx, unsigned firstDataArg, Sema::FormatStringType Type,
5657 Sema::FormatArgumentPassingKind APK, unsigned format_idx, in checkFormatStringExpr() argument
5684 return checkFormatStringExpr(S, SLE, Args, APK, format_idx, firstDataArg, in checkFormatStringExpr()
5719 Left = checkFormatStringExpr(S, C->getTrueExpr(), Args, APK, format_idx, in checkFormatStringExpr()
5729 S, C->getFalseExpr(), Args, APK, format_idx, firstDataArg, Type, in checkFormatStringExpr()
5781 S, Init, Args, APK, format_idx, firstDataArg, Type, CallType, in checkFormatStringExpr()
5877 S, Arg, Args, APK, format_idx, firstDataArg, Type, CallType, in checkFormatStringExpr()
5894 S, Arg, Args, APK, format_idx, firstDataArg, Type, CallType, in checkFormatStringExpr()
5901 return checkFormatStringExpr(S, SLE, Args, APK, format_idx, firstDataArg, in checkFormatStringExpr()
5928 S, Arg, Args, APK, format_idx, firstDataArg, Type, CallType, in checkFormatStringExpr()
5952 CheckFormatString(S, &FStr, E, Args, APK, format_idx, firstDataArg, Type, in checkFormatStringExpr()
6060 unsigned format_idx, unsigned firstDataArg, in CheckFormatArguments() argument
6066 if (format_idx >= Args.size()) { in CheckFormatArguments()
6071 const Expr *OrigFormatExpr = Args[format_idx]->IgnoreParenCasts(); in CheckFormatArguments()
6087 *this, OrigFormatExpr, Args, APK, format_idx, firstDataArg, Type, in CheckFormatArguments()
6112 SourceLocation FormatLoc = Args[format_idx]->getBeginLoc(); in CheckFormatArguments()
7812 unsigned format_idx, unsigned firstDataArg, Sema::FormatStringType Type, in CheckFormatString() argument
7819 S, inFunctionCall, Args[format_idx], in CheckFormatString()
7845 S, inFunctionCall, Args[format_idx], in CheckFormatString()
7855 S, inFunctionCall, Args[format_idx], in CheckFormatString()
7867 Args, format_idx, inFunctionCall, CallType, CheckedVarArgs, in CheckFormatString()
7876 numDataArgs, Str, APK, Args, format_idx, inFunctionCall, in CheckFormatString()