Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaOverload.cpp11412 unsigned mode, modeCount; in DiagnoseArityMismatch() local
11420 modeCount = MinParams; in DiagnoseArityMismatch()
11426 modeCount = ParamCount; in DiagnoseArityMismatch()
11433 if (modeCount == 1 && !IsAddressOf && in DiagnoseArityMismatch()
11443 << Description << mode << modeCount << NumFormalArgs in DiagnoseArityMismatch()