reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
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);