Home
last modified time | relevance | path

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

/aosp_15_r20/external/ksp/compiler-plugin/src/main/kotlin/com/google/devtools/ksp/symbol/impl/kotlin/
H A DKSTypeImpl.kt31 import com.google.devtools.ksp.symbol.impl.convertKotlinType
82 val subType = (that as? KSTypeImpl)?.kotlinType?.convertKotlinType() ?: return false in isAssignableFrom()
84 val thisType = (this as? KSTypeImpl)?.kotlinType?.convertKotlinType() ?: return false in isAssignableFrom()
/aosp_15_r20/external/ksp/compiler-plugin/src/main/kotlin/com/google/devtools/ksp/symbol/impl/
H A Dutils.kt514 internal fun KotlinType.convertKotlinType(): KotlinType { in convertKotlinType() method
524 …rguments.map { if (it !is StarProjectionImpl) it.replaceType(it.type.convertKotlinType()) else it } in convertKotlinType()
527 … .map { if (it !is StarProjectionImpl) it.replaceType(it.type.convertKotlinType()) else it } in convertKotlinType()
/aosp_15_r20/external/kotlinc/lib/
HDkotlin-annotation-processing-compiler.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/kotlin-annotation- ...
HDkotlin-annotation-processing.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/kotlin-annotation- ...