Home
last modified time | relevance | path

Searched defs:getAllFunctions (Results 1 – 10 of 10) sorted by relevance

/external/ksp/api/src/main/kotlin/com/google/devtools/ksp/symbol/
DKSClassDeclaration.kt56 fun getAllFunctions(): Sequence<KSFunctionDeclaration> method
/external/ksp/compiler-plugin/src/main/kotlin/com/google/devtools/ksp/symbol/impl/binary/
DKSClassDeclarationDescriptorImpl.kt71 override fun getAllFunctions(): Sequence<KSFunctionDeclaration> = descriptor.getAllFunctions() in <lambda>() method in com.google.devtools.ksp.symbol.impl.binary.KSClassDeclarationDescriptorImpl
165 internal fun ClassDescriptor.getAllFunctions(): Sequence<KSFunctionDeclaration> { in getAllFunctions() method
/external/ksp/compiler-plugin/src/main/kotlin/com/google/devtools/ksp/symbol/impl/synthetic/
DKSErrorTypeClassDeclaration.kt79 override fun getAllFunctions(): Sequence<KSFunctionDeclaration> { in getAllFunctions() method
/external/ksp/kotlin-analysis-api/src/main/kotlin/com/google/devtools/ksp/impl/symbol/kotlin/
DKSErrorTypeClassDeclaration.kt79 override fun getAllFunctions(): Sequence<KSFunctionDeclaration> { in getAllFunctions() method
DKSClassDeclarationImpl.kt87 override fun getAllFunctions(): Sequence<KSFunctionDeclaration> { in <lambda>() method in com.google.devtools.ksp.impl.symbol.kotlin.KSClassDeclarationImpl
DKSClassDeclarationEnumEntryImpl.kt51 override fun getAllFunctions(): Sequence<KSFunctionDeclaration> { in getAllFunctions() method in com.google.devtools.ksp.impl.symbol.kotlin.KSClassDeclarationEnumEntryImpl
Dutil.kt216 internal fun KtSymbolWithMembers.getAllFunctions(): Sequence<KSFunctionDeclaration> { in getAllFunctions() method
/external/ksp/compiler-plugin/src/main/kotlin/com/google/devtools/ksp/symbol/impl/java/
DKSClassDeclarationJavaEnumEntryImpl.kt67 override fun getAllFunctions(): Sequence<KSFunctionDeclaration> = in getAllFunctions() method in com.google.devtools.ksp.symbol.impl.java.KSClassDeclarationJavaEnumEntryImpl
DKSClassDeclarationJavaImpl.kt84 override fun getAllFunctions(): Sequence<KSFunctionDeclaration> = in getSealedSubclasses() method in com.google.devtools.ksp.symbol.impl.java.KSClassDeclarationJavaImpl
/external/ksp/compiler-plugin/src/main/kotlin/com/google/devtools/ksp/symbol/impl/kotlin/
DKSClassDeclarationImpl.kt64 override fun getAllFunctions(): Sequence<KSFunctionDeclaration> = descriptor.getAllFunctions() in <lambda>() method in com.google.devtools.ksp.symbol.impl.kotlin.KSClassDeclarationImpl