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

References

tools/clang/include/clang/ASTMatchers/ASTMatchers.h
 6155   for (const SwitchCase *SC = Node.getSwitchCaseList(); SC;
tools/clang/lib/AST/ExprConstant.cpp
 4420   for (const SwitchCase *SC = SS->getSwitchCaseList(); SC;
tools/clang/lib/CodeGen/CGStmt.cpp
 1539   const SwitchCase *Case = S.getSwitchCaseList();
 1651     for (const SwitchCase *Case = S.getSwitchCaseList();
tools/clang/lib/CodeGen/VarBypassDetector.cpp
  144       for (const SwitchCase *SC = SS->getSwitchCaseList(); SC;
tools/clang/tools/extra/clang-tidy/hicpp/MultiwayPathsCoveredCheck.cpp
   55   const SwitchCase *CurrentCase = Switch->getSwitchCaseList();