Searched refs:resChild (Results 1 – 2 of 2) sorted by relevance
266 SwitchStmt resChild = findSwitchHelper(child); in findSwitchHelper() local267 if (resChild != null) { in findSwitchHelper()268 return resChild; in findSwitchHelper()279 N resChild = findNodeOfGivenClassHelper(child, clazz); in findNodeOfGivenClassHelper() local280 if (resChild != null) { in findNodeOfGivenClassHelper()281 return resChild; in findNodeOfGivenClassHelper()
234 Optional<SwitchStmt> resChild = findSwitchHelper(child); in findSwitchHelper() local235 if (resChild.isPresent()) { in findSwitchHelper()236 return resChild; in findSwitchHelper()