Home | History | Annotate | Download | only in Sema

Lines Matching refs:FormatIdx

10383     unsigned FormatIdx;
10385 if (Context.BuiltinInfo.isPrintfLike(BuiltinID, FormatIdx, HasVAListArg)) {
10389 if (FormatIdx < NumParams && // NumParams may be 0 (e.g. vfprintf)
10390 FD->getParamDecl(FormatIdx)->getType()->isObjCObjectPointerType())
10394 FormatIdx+1,
10395 HasVAListArg ? 0 : FormatIdx+2,
10399 if (Context.BuiltinInfo.isScanfLike(BuiltinID, FormatIdx,
10404 FormatIdx+1,
10405 HasVAListArg ? 0 : FormatIdx+2,