Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaOverload.cpp10830 unsigned mode, modeCount; in DiagnoseArityMismatch() local
10837 modeCount = MinParams; in DiagnoseArityMismatch()
10843 modeCount = FnTy->getNumParams(); in DiagnoseArityMismatch()
10850 if (modeCount == 1 && Fn->getParamDecl(0)->getDeclName()) in DiagnoseArityMismatch()
10857 << Description << mode << modeCount << NumFormalArgs; in DiagnoseArityMismatch()