Searched refs:switchCase (Results 1 – 7 of 7) sorted by relevance
139 for (const switchCase of node.cases) { constant140 if (switchCase.test === null) {145 caseTypes.add(getNodeType(switchCase.test));
209 ASTNode::ID switchCase();
1235 ASTNode::ID Parser::switchCase() { in switchCase() function in SkSL::Parser1283 ASTNode::ID c = this->switchCase(); in switchStatement()
658 for (const switchCase of node.cases) { constant659 this.visit(switchCase);
201 skstd::optional<dsl::DSLCase> switchCase();
910 for (const std::unique_ptr<Statement>& switchCase : switchStmt.cases()) { in visitStatement() local912 this->visitStatement(&switchCase->as<SwitchCase>().statement()); in visitStatement()
997 skstd::optional<DSLCase> DSLParser::switchCase() { in switchCase() function in SkSL::DSLParser1044 skstd::optional<DSLCase> c = this->switchCase(); in switchStatement()