Lines Matching defs:Case
27 void Check(const std::list<parser::CaseConstruct::Case> &cases) {
28 for (const parser::CaseConstruct::Case &c : cases) {
42 void AddCase(const parser::CaseConstruct::Case &c) {
143 struct Case {
144 explicit Case(const parser::Statement<parser::CaseStmt> &s) : stmt{s} {}
177 bool operator()(const Case &x, const Case &y) const {
218 std::list<Case> cases_;
235 const std::list<parser::CaseConstruct::Case> &caseList;
250 std::get<std::list<parser::CaseConstruct::Case>>(construct.t)};