Home | History | Annotate | Download | only in Sema

Lines Matching refs:modeCount

9337   unsigned mode, modeCount;
9344 modeCount = MinParams;
9350 modeCount = FnTy->getNumParams();
9357 if (modeCount == 1 && Fn->getParamDecl(0)->getDeclName())
9364 << mode << modeCount << NumFormalArgs;