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.cpp12118 unsigned mode, modeCount; in DiagnoseArityMismatch() local
12126 modeCount = MinParams; in DiagnoseArityMismatch()
12132 modeCount = ParamCount; in DiagnoseArityMismatch()
12139 if (modeCount == 1 && !IsAddressOf && in DiagnoseArityMismatch()
12149 << Description << mode << modeCount << NumFormalArgs in DiagnoseArityMismatch()