Home
last modified time | relevance | path

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

/external/llvm-project/clang-tools-extra/clang-tidy/readability/
DFunctionSizeCheck.cpp75 Info.NestingThresholders.push_back(Node->getBeginLoc()); in TraverseCompoundStmt()
118 std::vector<SourceLocation> NestingThresholders; member
180 !FI.NestingThresholders.empty() || FI.Variables > VariableThreshold) { in check()
210 for (const auto &CSPos : FI.NestingThresholders) { in check()