reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/clang/tools/extra/clang-tidy/readability/FunctionSizeCheck.cpp
   75       Info.NestingThresholders.push_back(Node->getBeginLoc());
  180       !FI.NestingThresholders.empty() || FI.Variables > VariableThreshold) {
  210   for (const auto &CSPos : FI.NestingThresholders) {