Home
last modified time | relevance | path

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

/aosp_15_r20/external/ksp/compiler-plugin/src/main/kotlin/com/google/devtools/ksp/symbol/impl/kotlin/
H A DKSAnnotationImpl.kt114 ResolverImpl.instance!!.resolveAnnotationEntry(ktAnnotationEntry) in <lambda>()
/aosp_15_r20/external/ksp/compiler-plugin/src/main/kotlin/com/google/devtools/ksp/processing/impl/
H A DResolverImpl.kt808 fun resolveAnnotationEntry(ktAnnotationEntry: KtAnnotationEntry): AnnotationDescriptor? { in <lambda>() method