Searched defs:findThrownExceptions (Results 1 – 2 of 2) sorted by relevance
53 fun findThrownExceptions(): Set<ClassItem> in duplicate() method78 override fun findThrownExceptions() = error("method body is unavailable") in duplicate() method
79 override fun findThrownExceptions(): Set<ClassItem> { in findThrownExceptions() method in com.android.tools.metalava.model.psi.PsiCallableBody