Home
last modified time | relevance | path

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

/aosp_15_r20/external/ksp/compiler-plugin/src/main/kotlin/com/google/devtools/ksp/symbol/impl/java/
H A DKSTypeReferenceJavaImpl.kt54 class KSTypeReferenceJavaImpl private constructor(val psi: PsiType, override val parent: KSNode?) :… class
55 companion object : KSObjectCache<Pair<PsiType, KSNode?>, KSTypeReferenceJavaImpl>() {
57 .getOrPut(Pair(psi, parent)) { KSTypeReferenceJavaImpl(psi, parent) } in getCached()
H A DKSTypeArgumentJavaImpl.kt49 KSTypeReferenceJavaImpl.getCached(psi, this) in <lambda>()
H A DKSValueParameterJavaImpl.kt76 KSTypeReferenceJavaImpl.getCached(psi.type, this) in <lambda>()
H A DKSPropertyDeclarationJavaImpl.kt84 KSTypeReferenceJavaImpl.getCached(psi.type, this) in <lambda>()
H A DKSTypeParameterJavaImpl.kt49 … psi.extendsListTypes.asSequence().map { KSTypeReferenceJavaImpl.getCached(it, this) }.memoized() in <lambda>()
H A DKSFunctionDeclarationJavaImpl.kt96 KSTypeReferenceJavaImpl.getCached(psi.returnType!!, this) in <lambda>()
H A DKSAnnotationJavaImpl.kt61 else KSTypeReferenceJavaImpl.getCached(parentPsi, this) in <lambda>()
H A DKSClassDeclarationJavaImpl.kt149 adjusted.asSequence().map { KSTypeReferenceJavaImpl.getCached(it, this) }.memoized() in <lambda>()
/aosp_15_r20/external/ksp/compiler-plugin/src/main/kotlin/com/google/devtools/ksp/symbol/impl/
H A Dutils.kt262 is KSTypeReferenceJavaImpl -> in getInstanceForCurrentRound()
263KSTypeReferenceJavaImpl.getCached(node.psi, (node.parent as? KSAnnotated)?.getInstanceForCurrentRo… in getInstanceForCurrentRound()
/aosp_15_r20/external/ksp/compiler-plugin/src/main/kotlin/com/google/devtools/ksp/processing/impl/
H A DResolverImpl.kt733 is KSTypeReferenceJavaImpl -> { in <lambda>()