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
   44       ++Info.Statements;
  163   if (FI.Statements == 0)
  177   if (FI.Lines > LineThreshold || FI.Statements > StatementThreshold ||
  193   if (FI.Statements > StatementThreshold) {
  196         << FI.Statements << StatementThreshold;