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
  139   Options.store(Opts, "StatementThreshold", StatementThreshold);
  177   if (FI.Lines > LineThreshold || FI.Statements > StatementThreshold ||
  193   if (FI.Statements > StatementThreshold) {
  196         << FI.Statements << StatementThreshold;