Home
last modified time | relevance | path

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

/external/dokka/core/src/main/kotlin/Kotlin/
DDocumentationBuilder.kt156 fun <T> nodeForDescriptor( in nodeForDescriptor() method in DocumentationBuilder
629 val node = nodeForDescriptor(this, NodeKind.TypeAlias) in TypeAliasDescriptor()
657 val node = nodeForDescriptor(this, kind, external) in ClassDescriptor()
726 val node = nodeForDescriptor(this, NodeKind.Constructor) in build()
747 …val node = nodeForDescriptor(this, if (inCompanionObject()) NodeKind.CompanionObjectFunction else … in build()
782 val node = nodeForDescriptor( in PropertyDescriptor()
848 val node = nodeForDescriptor(this, NodeKind.Parameter) in build()