Home
last modified time | relevance | path

Searched refs:modeCount (Results 1 – 1 of 1) sorted by relevance

/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DSemaOverload.cpp10669 unsigned mode, modeCount; in DiagnoseArityMismatch() local
10676 modeCount = MinParams; in DiagnoseArityMismatch()
10682 modeCount = FnTy->getNumParams(); in DiagnoseArityMismatch()
10689 if (modeCount == 1 && Fn->getParamDecl(0)->getDeclName()) in DiagnoseArityMismatch()
10696 << Description << mode << modeCount << NumFormalArgs; in DiagnoseArityMismatch()