Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaOverload.cpp10652 unsigned mode, modeCount; in DiagnoseArityMismatch() local
10659 modeCount = MinParams; in DiagnoseArityMismatch()
10665 modeCount = FnTy->getNumParams(); in DiagnoseArityMismatch()
10672 if (modeCount == 1 && Fn->getParamDecl(0)->getDeclName()) in DiagnoseArityMismatch()
10679 << Description << mode << modeCount << NumFormalArgs; in DiagnoseArityMismatch()