Searched refs:branches_ (Results 1 – 2 of 2) sorted by relevance
18 Case(type::Type type_, std::vector<Branch> branches_, std::unique_ptr<Expression> otherwise_) in Case() argument19 …: Expression(Kind::Case, type_), branches(std::move(branches_)), otherwise(std::move(otherwise_)) { in Case()
20 Branches branches_, in Match() argument24 branches(std::move(branches_)), in Match()