Home
last modified time | relevance | path

Searched refs:recordLookupForGetAllFunctions (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/ksp/compiler-plugin/src/main/kotlin/com/google/devtools/ksp/symbol/impl/binary/
H A DKSClassDeclarationDescriptorImpl.kt166 ResolverImpl.instance!!.incrementalContext.recordLookupForGetAllFunctions(this) in getAllFunctions()
/aosp_15_r20/external/ksp/compiler-plugin/src/main/kotlin/com/google/devtools/ksp/
H A DIncremental.kt683 fun recordLookupForGetAllFunctions(descriptor: ClassDescriptor) { in toPath() method in IncrementalContext