Home | History | Annotate | Download | only in Sema

Lines Matching refs:FormatIdx

683   FSI->FormatIdx = Format->getFormatIdx() - 1;
690 if(FSI->FormatIdx == 0)
692 --FSI->FormatIdx;
2216 return CheckFormatArguments(Args, FSI.HasVAListArg, FSI.FormatIdx,
2293 unsigned FormatIdx;
2305 unsigned formatIdx, bool inFunctionCall,
2311 Args(Args), FormatIdx(formatIdx),
2630 EmitFormatDiagnostic(S, inFunctionCall, Args[FormatIdx], PDiag,
2703 unsigned formatIdx, bool inFunctionCall,
2708 formatIdx, inFunctionCall, CallType, CheckedVarArgs),
3354 unsigned formatIdx, bool inFunctionCall,
3359 Args, formatIdx, inFunctionCall, CallType,