Home
last modified time | relevance | path

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

/external/llvm-project/clang-tools-extra/clang-tidy/readability/
DFunctionSizeCheck.cpp74 if (CurrentNestingLevel == Info.NestingThreshold) in TraverseCompoundStmt()
116 unsigned NestingThreshold = 0; member
134 NestingThreshold(Options.get("NestingThreshold", -1U)), in FunctionSizeCheck()
142 Options.store(Opts, "NestingThreshold", NestingThreshold); in storeOptions()
159 Visitor.Info.NestingThreshold = NestingThreshold; in check()
213 << NestingThreshold + 1 << NestingThreshold; in check()
DFunctionSizeCheck.h50 const unsigned NestingThreshold; variable
/external/llvm-project/clang-tools-extra/docs/clang-tidy/checks/
Dreadability-function-size.rst34 .. option:: NestingThreshold
37 `NestingThreshold`. This may differ significantly from the expected value