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

References

tools/clang/tools/extra/clang-tidy/hicpp/MultiwayPathsCoveredCheck.cpp
  102   std::tie(SwitchCaseCount, SwitchHasDefault) = countCaseLabels(Switch);
  107     handleSwitchWithDefault(Switch, SwitchCaseCount);
  113     handleSwitchWithoutDefault(Switch, SwitchCaseCount, Result);
  121     diag(Switch->getBeginLoc(),