Searched refs:KotlinType (Results 1 – 3 of 3) sorted by relevance
15 import org.jetbrains.kotlin.types.KotlinType102 fun KotlinType.qualifiedNameForSignature(): String { in DeclarationDescriptor() method
202 …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() method1111 val visited = hashSetOf<KotlinType>() in signature()1113 fun KotlinType.signatureRecursive(): String { in signature() method1166 fun ClassDescriptor.supertypesWithAnyPrecise(): Collection<KotlinType> { in ClassDescriptor()
53 import org.jetbrains.kotlin.types.KotlinType in <lambda>()280 override fun getType(p0: KtExpression): KotlinType? { in analyze()