Home
last modified time | relevance | path

Searched refs:DefaultNestingThreshold (Results 1 – 2 of 2) sorted by relevance

/llvm-project/clang-tools-extra/clang-tidy/readability/
H A DFunctionSizeCheck.h57 static constexpr std::optional<unsigned> DefaultNestingThreshold = variable
H A DFunctionSizeCheck.cpp136 Options.get("NestingThreshold", DefaultNestingThreshold)), in FunctionSizeCheck()