Searched defs:switchStmt (Results 1 – 14 of 14) sorted by relevance
14 SwitchStmt switchStmt = parseStatement("switch (day) {\n" + in classicSwitch() local27 SwitchStmt switchStmt = parseStatement("switch (day) {\n" + in jep325Example1() local
47 SwitchStmt switchStmt = (SwitchStmt) requireParentNode(wrappedNode); in solveSymbol() local
47 SwitchStmt switchStmt = (SwitchStmt) getParentNode(wrappedNode); in solveSymbol() local
48 SwitchStmt switchStmt = Navigator.findSwitch(method); in switchOnEnum() local
103 for (const std::unique_ptr<Statement>& switchStmt : s.cases()) { in visitStatement() local
168 func (b *builder) switchStmt(s *ast.SwitchStmt, label *lblock) { func
202 std::unique_ptr<Statement> switchStmt = SwitchStatement::Make( in Convert() local
675 func (check *Checker) switchStmt(inner stmtContext, s *syntax.SwitchStmt) { func
2435 func (p *parser) switchStmt() *SwitchStmt { func
850 SwitchStatement& switchStmt = (*stmt)->as<SwitchStatement>(); in visitStatement() local
1577 func (w *writer) switchStmt(stmt *syntax.SwitchStmt) { func
1958 func (r *reader) switchStmt(label *types.Sym) ir.Node { func
1555 const internal::VariadicDynCastAllOfMatcher<Stmt, SwitchStmt> switchStmt; variable
META-INF/ META-INF/MANIFEST.MF com/ com/intellij/ com/ ...