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
  160   Visitor.TraverseDecl(const_cast<FunctionDecl *>(Func));
  167   if (const Stmt *Body = Func->getBody()) {
  175   unsigned ActualNumberParameters = Func->getNumParams();
  181     diag(Func->getLocation(),
  183         << Func;
  187     diag(Func->getLocation(),
  194     diag(Func->getLocation(), "%0 statements (threshold %1)",
  200     diag(Func->getLocation(), "%0 branches (threshold %1)", DiagnosticIDs::Note)
  205     diag(Func->getLocation(), "%0 parameters (threshold %1)",
  217     diag(Func->getLocation(), "%0 variables (threshold %1)",