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

References

tools/clang/lib/Sema/SemaStmt.cpp
  851   assert(SS == getCurFunction()->SwitchStack.back().getPointer() &&
  857   SS->setBody(BodyStmt, SwitchLoc);
  859   Expr *CondExpr = SS->getCond();
  905   for (SwitchCase *SC = SS->getSwitchCaseList(); SC && !HasDependentValue;
 1243         SS->setAllEnumCasesCovered();
 1256   return SS;