Home
last modified time | relevance | path

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

/aosp_15_r20/external/ksp/compiler-plugin/src/main/kotlin/com/google/devtools/ksp/symbol/impl/java/
H A DKSClassifierReferenceLiteImplForJava.kt14 override val parent: KSTypeReferenceLiteJavaImpl,
17 …companion object : KSObjectCache<Pair<KSTypeReferenceLiteJavaImpl, String?>, KSClassifierReference…
18 fun getCached(parent: KSTypeReferenceLiteJavaImpl, name: String? = null) = in getCached()
H A DKSTypeReferenceLiteJavaImpl.kt40 class KSTypeReferenceLiteJavaImpl private constructor(val psiElement: PsiElement, override val pare… class
42 companion object : KSObjectCache<KSNode, KSTypeReferenceLiteJavaImpl>() {
44 .getOrPut(parent) { KSTypeReferenceLiteJavaImpl(psiElement, parent) } in getCached()
H A DKSFunctionDeclarationJavaImpl.kt99 KSTypeReferenceLiteJavaImpl.getCached(psi, this) in <lambda>()
H A DKSAnnotationJavaImpl.kt67 KSTypeReferenceLiteJavaImpl.getCached(psi, this) in <lambda>()