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

Declarations

tools/clang/tools/extra/clang-tidy/hicpp/MultiwayPathsCoveredCheck.h
   36   void handleSwitchWithDefault(const SwitchStmt *Switch, std::size_t CaseCount);

References

tools/clang/tools/extra/clang-tidy/hicpp/MultiwayPathsCoveredCheck.cpp
  107     handleSwitchWithDefault(Switch, SwitchCaseCount);