Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang-tools-extra/clang-tidy/readability/
H A DFunctionSizeCheck.cpp76 Info.NestingThresholders.push_back(Node->getBeginLoc()); in TraverseCompoundStmt()
119 std::vector<SourceLocation> NestingThresholders; member
181 !FI.NestingThresholders.empty() || FI.Variables > VariableThreshold) { in check()
211 for (const auto &CSPos : FI.NestingThresholders) { in check()