Searched defs:switchStmt (Results 1 – 3 of 3) sorted by relevance
43 SwitchStmt switchStmt = Navigator.findSwitch(method); in switchOnEnum() local
47 SwitchStmt switchStmt = (SwitchStmt) requireParentNode(wrappedNode); in solveSymbol() local
1555 const internal::VariadicDynCastAllOfMatcher<Stmt, SwitchStmt> switchStmt; variable