/external/ksp/api/src/main/kotlin/com/google/devtools/ksp/symbol/ |
D | KSClassDeclaration.kt | 56 fun getAllFunctions(): Sequence<KSFunctionDeclaration> method
|
/external/ksp/compiler-plugin/src/main/kotlin/com/google/devtools/ksp/symbol/impl/binary/ |
D | KSClassDeclarationDescriptorImpl.kt | 71 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/ |
D | KSErrorTypeClassDeclaration.kt | 79 override fun getAllFunctions(): Sequence<KSFunctionDeclaration> { in getAllFunctions() method
|
/external/ksp/kotlin-analysis-api/src/main/kotlin/com/google/devtools/ksp/impl/symbol/kotlin/ |
D | KSErrorTypeClassDeclaration.kt | 79 override fun getAllFunctions(): Sequence<KSFunctionDeclaration> { in getAllFunctions() method
|
D | KSClassDeclarationImpl.kt | 87 override fun getAllFunctions(): Sequence<KSFunctionDeclaration> { in <lambda>() method in com.google.devtools.ksp.impl.symbol.kotlin.KSClassDeclarationImpl
|
D | KSClassDeclarationEnumEntryImpl.kt | 51 override fun getAllFunctions(): Sequence<KSFunctionDeclaration> { in getAllFunctions() method in com.google.devtools.ksp.impl.symbol.kotlin.KSClassDeclarationEnumEntryImpl
|
D | util.kt | 216 internal fun KtSymbolWithMembers.getAllFunctions(): Sequence<KSFunctionDeclaration> { in getAllFunctions() method
|
/external/ksp/compiler-plugin/src/main/kotlin/com/google/devtools/ksp/symbol/impl/java/ |
D | KSClassDeclarationJavaEnumEntryImpl.kt | 67 override fun getAllFunctions(): Sequence<KSFunctionDeclaration> = in getAllFunctions() method in com.google.devtools.ksp.symbol.impl.java.KSClassDeclarationJavaEnumEntryImpl
|
D | KSClassDeclarationJavaImpl.kt | 84 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/ |
D | KSClassDeclarationImpl.kt | 64 override fun getAllFunctions(): Sequence<KSFunctionDeclaration> = descriptor.getAllFunctions() in <lambda>() method in com.google.devtools.ksp.symbol.impl.kotlin.KSClassDeclarationImpl
|