Home
last modified time | relevance | path

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

/external/ksp/kotlin-analysis-api/src/main/kotlin/com/google/devtools/ksp/impl/symbol/kotlin/
DKSTypeAliasImpl.kt43 KSTypeReferenceImpl.getCached(ktTypeAliasSymbol.expandedType, this) in <lambda>()
DKSTypeImpl.kt163 is KtTypeAliasSymbol -> symbol.expandedType.toAbbreviatedType() in toAbbreviatedType()
/external/ksp/compiler-plugin/src/main/kotlin/com/google/devtools/ksp/processing/impl/
DResolverImpl.kt693 …(constructor.declarationDescriptor as? TypeAliasDescriptor)?.expandedType?.withAbbreviation(this a… in <lambda>()
697 val expandedType = type.expand() in <lambda>() constant
698 return if (expandedType == type) this else substitute { expandedType } in <lambda>()