Home | History | Annotate | Download | only in Sema

Lines Matching defs:FormatIdx

472   FSI->FormatIdx = Format->getFormatIdx() - 1;
479 if(FSI->FormatIdx == 0)
481 --FSI->FormatIdx;
1880 return CheckFormatArguments(Args, FSI.HasVAListArg, FSI.FormatIdx,
1955 unsigned FormatIdx;
1966 unsigned formatIdx, bool inFunctionCall,
1971 Args(Args), FormatIdx(formatIdx),
2291 EmitFormatDiagnostic(S, inFunctionCall, Args[FormatIdx], PDiag,
2364 unsigned formatIdx, bool inFunctionCall,
2368 formatIdx, inFunctionCall, CallType), ObjCContext(isObjC)
2953 unsigned formatIdx, bool inFunctionCall,
2957 Args, formatIdx, inFunctionCall, CallType)