Home
last modified time | relevance | path

Searched refs:recordLookupForJavaMethod (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.kt652 private fun recordLookupForJavaMethod(psi: PsiMethod) { in toPath() method in IncrementalContext
668 is KSFunctionDeclarationJavaImpl -> recordLookupForJavaMethod(declaration.psi) in toPath()
676 is PsiMethod -> recordLookupForJavaMethod(psi) in toPath()
686 recordLookupForJavaMethod(it) in toPath()