Searched refs:BlockForCase (Results 1 – 2 of 2) sorted by relevance
62 static std::unique_ptr<Statement> BlockForCase(StatementArray* cases,
112 std::unique_ptr<Statement> SwitchStatement::BlockForCase(StatementArray* cases, in BlockForCase() function in SkSL::SwitchStatement280 std::unique_ptr<Statement> newBlock = BlockForCase(&cases, matchingCase, symbolTable); in Make()