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
   29       ++Info.Variables;
   35       ++Info.Variables;
   44       ++Info.Statements;
   53       ++Info.Branches;
   74     if (CurrentNestingLevel == Info.NestingThreshold)
   75       Info.NestingThresholders.push_back(Node->getBeginLoc());
  159   Visitor.Info.NestingThreshold = NestingThreshold;
  161   auto &FI = Visitor.Info;