Searched defs:switchStmt (Results 1 – 7 of 7) 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
890 SwitchStatement& switchStmt = (*stmt)->as<SwitchStatement>(); in visitStatement() local
880 const internal::VariadicDynCastAllOfMatcher<Stmt, SwitchStmt> switchStmt; variable
1555 const internal::VariadicDynCastAllOfMatcher<Stmt, SwitchStmt> switchStmt; variable