Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang-tools-extra/clang-tidy/readability/
H A DFunctionSizeCheck.cpp75 if (CurrentNestingLevel == Info.NestingThreshold) in TraverseCompoundStmt()
117 unsigned NestingThreshold = 0; member
135 NestingThreshold(Options.get("NestingThreshold", -1U)), in FunctionSizeCheck()
143 Options.store(Opts, "NestingThreshold", NestingThreshold); in storeOptions()
160 Visitor.Info.NestingThreshold = NestingThreshold; in check()
214 << NestingThreshold + 1 << NestingThreshold; in check()
H A DFunctionSizeCheck.h50 const unsigned NestingThreshold; variable
/llvm-project-15.0.7/clang-tools-extra/docs/clang-tidy/checks/readability/
H A Dfunction-size.rst34 .. option:: NestingThreshold
37 `NestingThreshold`. This may differ significantly from the expected value