Searched defs:PsiClass (Results 1 – 3 of 3) sorted by relevance
49 fun PsiClass.inheritsFrom(name: Name) = InheritanceUtil.isInheritor(this, name.javaFqn) method
50 private fun PsiClass.getKmDeclarationContainer(): KmDeclarationContainer? { in PsiMethod() method
120 private fun PsiClass?.isClConsumerNode(): Boolean = in <lambda>() method