Home | History | Annotate | Download | only in Sema

Lines Matching refs:getFirstArg

471   FSI->HasVAListArg = Format->getFirstArg() == 0;
473 FSI->FirstDataArg = FSI->HasVAListArg ? 0 : Format->getFirstArg() - 1;