Home
last modified time | relevance | path

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

/external/ksp/compiler-plugin/src/main/kotlin/com/google/devtools/ksp/processing/impl/
DResolverImpl.kt300 annotationType.resolveToUnderlying().declaration.qualifiedName == ksName in <lambda>()
306 … aliasingFqNs[annotationName]?.type?.resolveToUnderlying()?.declaration?.qualifiedName?.asString() in <lambda>()
1592 internal fun KSTypeReference.resolveToUnderlying(): KSType { in resolveToUnderlying() method