Home
last modified time | relevance | path

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

/external/dokka/core/src/main/kotlin/Formats/JavaLayoutHtml/
DJavaLayoutHtmlPackageListService.kt15 import org.jetbrains.kotlin.types.KotlinType
102 fun KotlinType.qualifiedNameForSignature(): String { in DeclarationDescriptor() method
/external/dokka/core/src/main/kotlin/Kotlin/
DDocumentationBuilder.kt202 …fun DocumentationNode.appendSupertype(descriptor: ClassDescriptor, superType: KotlinType, backref:… in appendSupertype()
224 …fun DocumentationNode.appendType(kotlinType: KotlinType?, kind: NodeKind = NodeKind.Type, prefix: … in DocumentationNode()
1110 fun KotlinType.signature(): String { in signature() method
1111 val visited = hashSetOf<KotlinType>() in signature()
1113 fun KotlinType.signatureRecursive(): String { in signature() method
1166 fun ClassDescriptor.supertypesWithAnyPrecise(): Collection<KotlinType> { in ClassDescriptor()
/external/dokka/core/src/main/kotlin/Analysis/
DAnalysisEnvironment.kt53 import org.jetbrains.kotlin.types.KotlinType in <lambda>()
280 override fun getType(p0: KtExpression): KotlinType? { in analyze()