Searched refs:classToByPass (Results 1 – 1 of 1) sorted by relevance
276 @Override public boolean isInheritorDeep(PsiClass baseClass, @Nullable PsiClass classToByPass) { in isInheritorDeep() argument277 return InheritanceImplUtil.isInheritorDeep(this, baseClass, classToByPass); in isInheritorDeep()