Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang-tools-extra/clang-tidy/readability/
H A DFunctionSizeCheck.cpp132 StatementThreshold(Options.get("StatementThreshold", 800U)), in FunctionSizeCheck()
140 Options.store(Opts, "StatementThreshold", StatementThreshold); in storeOptions()
178 if (FI.Lines > LineThreshold || FI.Statements > StatementThreshold || in check()
194 if (FI.Statements > StatementThreshold) { in check()
197 << FI.Statements << StatementThreshold; in check()
H A DFunctionSizeCheck.h47 const unsigned StatementThreshold; variable
/llvm-project-15.0.7/clang-tools-extra/docs/clang-tidy/checks/readability/
H A Dfunction-size.rst18 .. option:: StatementThreshold