Searched defs:extensionReceiverType (Results 1 – 3 of 3) sorted by relevance
| /external/ksp/api/src/main/kotlin/com/google/devtools/ksp/symbol/ | ||
| D | KSFunction.kt | 54 val extensionReceiverType: KSType? constant |
| /external/ksp/compiler-plugin/src/main/kotlin/com/google/devtools/ksp/symbol/impl/kotlin/ | ||
| D | KSFunctionErrorImpl.kt | 41 override val extensionReceiverType: KSType? constant in com.google.devtools.ksp.symbol.impl.kotlin.KSFunctionErrorImpl |
| D | KSFunctionImpl.kt | 53 override val extensionReceiverType: KSType? by lazy(LazyThreadSafetyMode.PUBLICATION) { in <lambda>() constant in com.google.devtools.ksp.symbol.impl.kotlin.KSFunctionImpl |