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

References

tools/clang/lib/Sema/SemaStmt.cpp
  728   Expr *CondExpr = Cond.get().second;
  729   assert((Cond.isInvalid() || CondExpr) && "switch with no condition");
  749   auto *SS = SwitchStmt::Create(Context, InitStmt, Cond.get().first, CondExpr);