Home
last modified time | relevance | path

Searched refs:getAllFunctions (Results 1 – 25 of 50) sorted by relevance

12

/aosp_15_r20/external/ksp/compiler-plugin/src/main/kotlin/com/google/devtools/ksp/symbol/impl/java/
H A DKSClassDeclarationJavaEnumEntryImpl.kt25 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 DKSClassDeclarationJavaImpl.kt28 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 DKSClassDeclarationImpl.kt27 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 Dutil.kt216 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 DKSClassDeclarationImpl.kt87 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 DKSErrorTypeClassDeclaration.kt79 override fun getAllFunctions(): Sequence<KSFunctionDeclaration> { in getAllFunctions() method
H A DKSClassDeclarationEnumEntryImpl.kt51 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 DDeclarationInconsistencyProcessor.kt35 serializable.getAllFunctions().forEach { in process()
39 serizableDirect.getAllFunctions().forEach { in process()
H A DInheritedTypeAliasProcessor.kt34 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 DDefaultFunctionProcessor.kt39 val containsFun = ktInterface.getAllFunctions().single { in process()
43 val equalsFun = ktInterface.getAllFunctions().single { in process()
H A DCheckOverrideProcessor.kt45 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 DAsMemberOfProcessor.kt34 val listGet = listClass.getAllFunctions().first { in <lambda>()
41 val setContains = setClass.getAllFunctions().first { in <lambda>()
H A DRecordJavaGetAllMembersProcessor.kt39 c.getAllFunctions() in <lambda>()
H A DAnnotationOnConstructorParameterProcessor.kt37 val fun1 = clz.getAllFunctions().single { it.simpleName.asString() == "foo" } in <lambda>()
H A DAllFunctionsProcessor.kt71 classDeclaration.getAllFunctions().map { in visitClassDeclaration()
/aosp_15_r20/external/ksp/compiler-plugin/src/main/kotlin/com/google/devtools/ksp/symbol/impl/binary/
H A 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
/aosp_15_r20/external/ksp/api/src/main/kotlin/com/google/devtools/ksp/symbol/
H A DKSClassDeclaration.kt56 fun getAllFunctions(): Sequence<KSFunctionDeclaration> method
/aosp_15_r20/external/ksp/compiler-plugin/src/main/kotlin/com/google/devtools/ksp/symbol/impl/synthetic/
H A DKSErrorTypeClassDeclaration.kt79 override fun getAllFunctions(): Sequence<KSFunctionDeclaration> { in getAllFunctions() method
/aosp_15_r20/external/ksp/benchmark/exhaustive-processor/processor/src/main/kotlin/
H A DExhaustiveProcessor.kt69 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/
Dkotlin_symbol_processing_api.jarMETA-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/
HDsymbol-processing-api-1.4.10-dev-experimental-20201110.jarMETA-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/
Dsymbol-processing-api.jarMETA-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 DResolverImpl.kt448 val candidates = containingClass.getAllFunctions().filter { in <lambda>()
/aosp_15_r20/out/soong/.intermediates/external/ksp/kotlin_symbol_processing_api/linux_glibc_common/kotlin/
Dkotlin_symbol_processing_api.jarMETA-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/
Dkotlin_symbol_processing_api.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/external__ksp__linux_glibc_common__kotlin_symbol_processing_api.kotlin_module com ...

12