Home
last modified time | relevance | path

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

/aosp_15_r20/external/ksp/compiler-plugin/src/main/kotlin/com/google/devtools/ksp/
H A DIncremental.kt647 private fun recordLookupForJavaField(psi: PsiField) { in toPath() method in IncrementalContext
667 is KSPropertyDeclarationJavaImpl -> recordLookupForJavaField(declaration.psi) in toPath()
677 is PsiField -> recordLookupForJavaField(psi) in toPath()
696 recordLookupForJavaField(it) in toPath()