Home
last modified time | relevance | path

Searched defs:findExpects (Results 1 – 9 of 9) sorted by relevance

/external/ksp/api/src/main/kotlin/com/google/devtools/ksp/symbol/
DKSExpectActual.kt47 fun findExpects(): Sequence<KSDeclaration> method
/external/ksp/compiler-plugin/src/main/kotlin/com/google/devtools/ksp/symbol/impl/kotlin/
DKSExpectActualNoImpl.kt30 override fun findExpects(): Sequence<KSDeclaration> = emptySequence() method in com.google.devtools.ksp.symbol.impl.kotlin.KSExpectActualNoImpl
DKSExpectActualImpl.kt45 override fun findExpects(): Sequence<KSDeclaration> { in findExpects() method in com.google.devtools.ksp.symbol.impl.kotlin.KSExpectActualImpl
/external/ksp/kotlin-analysis-api/src/main/kotlin/com/google/devtools/ksp/impl/symbol/kotlin/
DKSExpectActualImpl.kt34 override fun findExpects(): Sequence<KSDeclaration> { in findExpects() method in com.google.devtools.ksp.impl.symbol.kotlin.KSExpectActualImpl
DKSErrorTypeClassDeclaration.kt75 override fun findExpects(): Sequence<KSDeclaration> { in findExpects() method
DKSClassDeclarationEnumEntryImpl.kt122 override fun findExpects(): Sequence<KSDeclaration> { in findExpects() method in com.google.devtools.ksp.impl.symbol.kotlin.KSClassDeclarationEnumEntryImpl
/external/ksp/compiler-plugin/src/main/kotlin/com/google/devtools/ksp/symbol/impl/binary/
DKSExpectActualDescriptorImpl.kt35 override fun findExpects(): Sequence<KSDeclaration> { in findExpects() method in com.google.devtools.ksp.symbol.impl.binary.KSExpectActualDescriptorImpl
/external/ksp/compiler-plugin/src/main/kotlin/com/google/devtools/ksp/symbol/impl/synthetic/
DKSErrorTypeClassDeclaration.kt75 override fun findExpects(): Sequence<KSDeclaration> { in findExpects() method
DKSConstructorSyntheticImpl.kt105 override fun findExpects(): Sequence<KSDeclaration> { in findExpects() method in com.google.devtools.ksp.symbol.impl.synthetic.KSConstructorSyntheticImpl