Searched refs:isInheritedFromAny (Results 1 – 1 of 1) sorted by relevance
703 …escriptorsToDocument = descriptors.filter { it !is CallableDescriptor || !it.isInheritedFromAny() } in ClassDescriptor()716 fun CallableDescriptor.isInheritedFromAny(): Boolean { in isInheritedFromAny() method in DocumentationBuilder