Home
last modified time | relevance | path

Searched refs:isInheritedFromAny (Results 1 – 1 of 1) sorted by relevance

/external/dokka/core/src/main/kotlin/Kotlin/
DDocumentationBuilder.kt703 …escriptorsToDocument = descriptors.filter { it !is CallableDescriptor || !it.isInheritedFromAny() } in ClassDescriptor()
716 fun CallableDescriptor.isInheritedFromAny(): Boolean { in isInheritedFromAny() method in DocumentationBuilder