/aosp_15_r20/external/ksp/compiler-plugin/src/main/kotlin/com/google/devtools/ksp/symbol/impl/java/ |
H A D | KSClassDeclarationJavaEnumEntryImpl.kt | 25 import com.google.devtools.ksp.symbol.impl.binary.getAllFunctions 67 override fun getAllFunctions(): Sequence<KSFunctionDeclaration> = in getAllFunctions() method in com.google.devtools.ksp.symbol.impl.java.KSClassDeclarationJavaEnumEntryImpl 68 descriptor?.getAllFunctions() ?: emptySequence() in getAllFunctions()
|
H A D | KSClassDeclarationJavaImpl.kt | 28 import com.google.devtools.ksp.symbol.impl.binary.getAllFunctions 84 override fun getAllFunctions(): Sequence<KSFunctionDeclaration> = in getSealedSubclasses() method in com.google.devtools.ksp.symbol.impl.java.KSClassDeclarationJavaImpl 85 descriptor?.getAllFunctions() ?: emptySequence() in getSealedSubclasses()
|
/aosp_15_r20/external/ksp/compiler-plugin/src/main/kotlin/com/google/devtools/ksp/symbol/impl/kotlin/ |
H A D | KSClassDeclarationImpl.kt | 27 import com.google.devtools.ksp.symbol.impl.binary.getAllFunctions in <lambda>() 64 override fun getAllFunctions(): Sequence<KSFunctionDeclaration> = descriptor.getAllFunctions() in <lambda>() method in com.google.devtools.ksp.symbol.impl.kotlin.KSClassDeclarationImpl
|
/aosp_15_r20/external/ksp/kotlin-analysis-api/src/main/kotlin/com/google/devtools/ksp/impl/symbol/kotlin/ |
H A D | util.kt | 216 internal fun KtSymbolWithMembers.getAllFunctions(): Sequence<KSFunctionDeclaration> { in getAllFunctions() method 218 this@getAllFunctions.getMemberScope().let { it.getCallableSymbols() + it.getConstructors() } in getAllFunctions() 220 it.isVisibleInClass(this@getAllFunctions as KtClassOrObjectSymbol) || in getAllFunctions() 221 it.getContainingSymbol() == this@getAllFunctions in getAllFunctions()
|
H A D | KSClassDeclarationImpl.kt | 87 override fun getAllFunctions(): Sequence<KSFunctionDeclaration> { in <lambda>() method in com.google.devtools.ksp.impl.symbol.kotlin.KSClassDeclarationImpl 88 return ktClassOrObjectSymbol.getAllFunctions() in <lambda>()
|
H A D | KSErrorTypeClassDeclaration.kt | 79 override fun getAllFunctions(): Sequence<KSFunctionDeclaration> { in getAllFunctions() method
|
H A D | KSClassDeclarationEnumEntryImpl.kt | 51 override fun getAllFunctions(): Sequence<KSFunctionDeclaration> { in getAllFunctions() method in com.google.devtools.ksp.impl.symbol.kotlin.KSClassDeclarationEnumEntryImpl
|
/aosp_15_r20/external/ksp/test-utils/src/main/kotlin/com/google/devtools/ksp/processor/ |
H A D | DeclarationInconsistencyProcessor.kt | 35 serializable.getAllFunctions().forEach { in process() 39 serizableDirect.getAllFunctions().forEach { in process()
|
H A D | InheritedTypeAliasProcessor.kt | 34 sub.getAllFunctions().single { it.simpleName.asString() == "foo" }.let { func -> in <lambda>() 46 sup.getAllFunctions().single { it.simpleName.asString() == "foo" }.let { func -> in <lambda>()
|
H A D | DefaultFunctionProcessor.kt | 39 val containsFun = ktInterface.getAllFunctions().single { in process() 43 val equalsFun = ktInterface.getAllFunctions().single { in process()
|
H A D | CheckOverrideProcessor.kt | 45 val getFunJava = javaList.getAllFunctions().single { it.simpleName.asString() == "get" } in process() 50 … val equalFunJava = javaList.getAllFunctions().single { it.simpleName.asString() == "equals" } in process()
|
H A D | AsMemberOfProcessor.kt | 34 val listGet = listClass.getAllFunctions().first { in <lambda>() 41 val setContains = setClass.getAllFunctions().first { in <lambda>()
|
H A D | RecordJavaGetAllMembersProcessor.kt | 39 c.getAllFunctions() in <lambda>()
|
H A D | AnnotationOnConstructorParameterProcessor.kt | 37 val fun1 = clz.getAllFunctions().single { it.simpleName.asString() == "foo" } in <lambda>()
|
H A D | AllFunctionsProcessor.kt | 71 classDeclaration.getAllFunctions().map { in visitClassDeclaration()
|
/aosp_15_r20/external/ksp/compiler-plugin/src/main/kotlin/com/google/devtools/ksp/symbol/impl/binary/ |
H A 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
|
/aosp_15_r20/external/ksp/api/src/main/kotlin/com/google/devtools/ksp/symbol/ |
H A D | KSClassDeclaration.kt | 56 fun getAllFunctions(): Sequence<KSFunctionDeclaration> method
|
/aosp_15_r20/external/ksp/compiler-plugin/src/main/kotlin/com/google/devtools/ksp/symbol/impl/synthetic/ |
H A D | KSErrorTypeClassDeclaration.kt | 79 override fun getAllFunctions(): Sequence<KSFunctionDeclaration> { in getAllFunctions() method
|
/aosp_15_r20/external/ksp/benchmark/exhaustive-processor/processor/src/main/kotlin/ |
H A D | ExhaustiveProcessor.kt | 69 classDeclaration.getAllFunctions().map { it.accept(this, Unit) } in visitClassDeclaration()
|
/aosp_15_r20/out/soong/.intermediates/external/ksp/kotlin_symbol_processing_api/linux_glibc_common/kotlin_headers/ |
D | kotlin_symbol_processing_api.jar | META-INF/
META-INF/MANIFEST.MF
META-INF/external__ksp__linux_glibc_common__kotlin_symbol_processing_api.kotlin_module
com ... |
/aosp_15_r20/prebuilts/tools/common/m2/repository/com/google/devtools/ksp/symbol-processing-api/1.4.10-dev-experimental-20201110/ |
HD | symbol-processing-api-1.4.10-dev-experimental-20201110.jar | META-INF/
META-INF/MANIFEST.MF
META-INF/api.kotlin_module
com ... |
/aosp_15_r20/out/soong/.intermediates/prebuilts/tools/common/m2/symbol-processing-api/linux_glibc_common/local-combined/ |
D | symbol-processing-api.jar | META-INF/
META-INF/MANIFEST.MF
META-INF/api.kotlin_module
com ... |
/aosp_15_r20/external/ksp/compiler-plugin/src/main/kotlin/com/google/devtools/ksp/processing/impl/ |
H A D | ResolverImpl.kt | 448 val candidates = containingClass.getAllFunctions().filter { in <lambda>()
|
/aosp_15_r20/out/soong/.intermediates/external/ksp/kotlin_symbol_processing_api/linux_glibc_common/kotlin/ |
D | kotlin_symbol_processing_api.jar | META-INF/
META-INF/MANIFEST.MF
META-INF/external__ksp__linux_glibc_common__kotlin_symbol_processing_api.kotlin_module
com ... |
/aosp_15_r20/out/soong/.intermediates/external/ksp/kotlin_symbol_processing_api/linux_glibc_common/local-javac-header/ |
D | kotlin_symbol_processing_api.jar | META-INF/
META-INF/MANIFEST.MF
META-INF/external__ksp__linux_glibc_common__kotlin_symbol_processing_api.kotlin_module
com ... |