Searched defs:switchCase (Results 1 – 3 of 3) sorted by relevance
918 int switchCase = in replaceSimpleEnumSwitchInstruction() local1006 int switchCase = in replaceSimpleEnumSwitchInstruction() local
955 std::unique_ptr<ASTSwitchCase> Parser::switchCase() { in switchCase() function in SkSL::Parser
1565 const internal::VariadicDynCastAllOfMatcher<Stmt, SwitchCase> switchCase; variable