Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/clang/lib/Sema/
H A DSemaOverload.cpp10977 unsigned mode, modeCount; in DiagnoseArityMismatch() local
10984 modeCount = MinParams; in DiagnoseArityMismatch()
10990 modeCount = FnTy->getNumParams(); in DiagnoseArityMismatch()
10997 if (modeCount == 1 && Fn->getParamDecl(0)->getDeclName()) in DiagnoseArityMismatch()
11004 << Description << mode << modeCount << NumFormalArgs; in DiagnoseArityMismatch()