Searched refs:caseStmts (Results 1 – 1 of 1) sorted by relevance
147 StatementArray caseStmts; in BlockForCase() local148 caseStmts.reserve_back(std::distance(startIter, iter) + 1); in BlockForCase()152 caseStmts.push_back(std::move((*startIter)->as<SwitchCase>().statement())); in BlockForCase()160 move_all_but_break((*startIter)->as<SwitchCase>().statement(), &caseStmts); in BlockForCase()164 return Block::Make(caseToCapture->fLine, std::move(caseStmts), std::move(symbolTable)); in BlockForCase()