Home
last modified time | relevance | path

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

/llvm-project/clang-tools-extra/clang-tidy/readability/
H A DFunctionSizeCheck.cpp130 StatementThreshold( in FunctionSizeCheck()
142 Options.store(Opts, "StatementThreshold", StatementThreshold); in storeOptions()
181 (StatementThreshold && FI.Statements > StatementThreshold) || in check()
198 if (StatementThreshold && FI.Statements > StatementThreshold) { in check()
201 << FI.Statements << StatementThreshold.value(); in check()
H A DFunctionSizeCheck.h45 const std::optional<unsigned> StatementThreshold; variable
/llvm-project/clang-tools-extra/docs/clang-tidy/checks/readability/
H A Dfunction-size.rst18 .. option:: StatementThreshold