Home
last modified time | relevance | path

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

/external/llvm-project/clang-tools-extra/clang-tidy/readability/
DFunctionSizeCheck.cpp133 ParameterThreshold(Options.get("ParameterThreshold", -1U)), in FunctionSizeCheck()
141 Options.store(Opts, "ParameterThreshold", ParameterThreshold); in storeOptions()
179 ActualNumberParameters > ParameterThreshold || in check()
204 if (ActualNumberParameters > ParameterThreshold) { in check()
207 << ActualNumberParameters << ParameterThreshold; in check()
DFunctionSizeCheck.h49 const unsigned ParameterThreshold; variable
/external/llvm-project/clang-tools-extra/docs/clang-tidy/checks/
Dreadability-function-size.rst29 .. option:: ParameterThreshold