Home
last modified time | relevance | path

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

/external/dokka/core/src/main/kotlin/Kotlin/
DDocumentationBuilder.kt101 allFqNames: Collection<FqName>): Boolean { in isExtensionForExternalClass()
106 extensionReceiverPackage.fqName !in allFqNames in isExtensionForExternalClass()
114 allFqNames: Collection<FqName>) in buildPackageDocumentation()
463 val allFqNames = fragments.map { it.fqName }.distinct() in DocumentationModule() constant
465 for (packageName in allFqNames) { in DocumentationModule()
473 declarations, allFqNames) in DocumentationModule()
957allFqNames: Collection<FqName>): DocumentationNode { in getParentForPackageMember()
960 …criptor != null && isExtensionForExternalClass(descriptor, extensionClassDescriptor, allFqNames) && in getParentForPackageMember()
994 allFqNames: Collection<FqName>) { in isGenerated()
999 … val parent = packageNode.getParentForPackageMember(descriptor, externalClassNodes, allFqNames) in isGenerated()
DKotlinAsJavaDocumentationBuilder.kt23 allFqNames: Collection<FqName>) { in buildPackageDocumentation()