/aosp_15_r20/external/ksp/compiler-plugin/src/main/kotlin/com/google/devtools/ksp/symbol/impl/kotlin/ |
H A D | KSTypeArgumentLiteImpl.kt | 35 … fun getCached(type: KSTypeReference, variance: Variance) = cache.getOrPut(Pair(type, variance)) { in <lambda>() method 39 fun getCached(type: KtTypeReference) = cache.getOrPut( in getCached() method
|
H A D | KSDynamicReferenceImpl.kt | 25 … fun getCached(parent: KSTypeReference) = cache.getOrPut(parent) { KSDynamicReferenceImpl(parent) } in <lambda>() method
|
H A D | KSTypeAliasImpl.kt | 30 …fun getCached(ktTypeAlias: KtTypeAlias) = cache.getOrPut(ktTypeAlias) { KSTypeAliasImpl(ktTypeAlia… in <lambda>() method
|
H A D | KSPropertySetterImpl.kt | 30 fun getCached(ktPropertySetter: KtPropertyAccessor) = cache.getOrPut(ktPropertySetter) { in <lambda>() method
|
H A D | KSPropertyGetterImpl.kt | 31 fun getCached(ktPropertyGetter: KtPropertyAccessor) = cache.getOrPut(ktPropertyGetter) { in <lambda>() method
|
H A D | KSDefNonNullReferenceImpl.kt | 14 fun getCached(ktIntersectionType: KtIntersectionType) = KSDefNonNullReferenceImpl in getCached() method
|
H A D | KSPropertyAccessorImpl.kt | 29 fun getCached(ktPropertyAccessor: KtPropertyAccessor): KSPropertyAccessor { in getCached() method
|
/aosp_15_r20/external/ksp/compiler-plugin/src/main/kotlin/com/google/devtools/ksp/symbol/impl/binary/ |
H A D | KSClassifierReferenceDescriptorImpl.kt | 36 fun getCached(kotlinType: KotlinType, origin: Origin, parent: KSNode?) = cache.getOrPut( in getCached() method 48 fun getCached( in getCached() method
|
H A D | KSPropertyGetterDescriptorImpl.kt | 27 fun getCached(descriptor: PropertyGetterDescriptor) = cache.getOrPut(descriptor) { in <lambda>() method
|
H A D | KSPropertySetterDescriptorImpl.kt | 27 fun getCached(descriptor: PropertySetterDescriptor) = cache.getOrPut(descriptor) { in <lambda>() method
|
H A D | KSTypeAliasDescriptorImpl.kt | 14 …fun getCached(descriptor: TypeAliasDescriptor) = KSTypeAliasDescriptorImpl.cache.getOrPut(descript… in <lambda>() method
|
/aosp_15_r20/external/ksp/kotlin-analysis-api/src/main/kotlin/com/google/devtools/ksp/impl/symbol/kotlin/ |
H A D | KSPropertyAccessorImpl.kt | 78 fun getCached(owner: KSPropertyDeclaration, setter: KtPropertySetterSymbol) = in getCached() method 100 fun getCached(owner: KSPropertyDeclaration, getter: KtPropertyGetterSymbol) = in getCached() method
|
H A D | KSDynamicReferenceImpl.kt | 8 … fun getCached(parent: KSTypeReference) = cache.getOrPut(parent) { KSDynamicReferenceImpl(parent) } in <lambda>() method
|
H A D | KSCallableReferenceImpl.kt | 14 fun getCached(ktFunctionalType: KtFunctionalType, parent: KSNode): KSCallableReference = in getCached() method
|
H A D | KSTypeArgumentLiteImpl.kt | 17 … fun getCached(type: KSTypeReference, variance: Variance) = cache.getOrPut(Pair(type, variance)) { in <lambda>() method
|
H A D | KSClassifierReferenceImpl.kt | 14 fun getCached(ktType: KtUsualClassType, parent: KSTypeReference?) = in getCached() method
|
H A D | KSValueParameterLiteImpl.kt | 12 …fun getCached(ktType: KtType, parent: KSNode): KSValueParameter = cache.getOrPut(IdKeyPair(ktType,… in <lambda>() method
|
H A D | KSTypeParameterImpl.kt | 30 fun getCached(ktTypeParameterSymbol: KtTypeParameterSymbol) = in <lambda>() method
|
H A D | KSTypeAliasImpl.kt | 34 fun getCached(ktTypeAliasSymbol: KtTypeAliasSymbol) = in getCached() method
|
/aosp_15_r20/external/ksp/common-util/src/main/kotlin/com/google/devtools/ksp/processing/impl/ |
H A D | KSNameImpl.kt | 8 fun getCached(name: String) = cache.getOrPut(name) { KSNameImpl(name) } in <lambda>() method
|
/aosp_15_r20/external/ksp/compiler-plugin/src/main/kotlin/com/google/devtools/ksp/symbol/impl/java/ |
H A D | KSValueArgumentJavaImpl.kt | 35 fun getCached(name: KSName?, value: Any?, parent: KSNode?) = in getCached() method
|
H A D | KSClassifierReferenceLiteImplForJava.kt | 18 fun getCached(parent: KSTypeReferenceLiteJavaImpl, name: String? = null) = in getCached() method
|
H A D | KSTypeArgumentJavaImpl.kt | 34 …fun getCached(psi: PsiType, parent: KSNode?) = cache.getOrPut(psi) { KSTypeArgumentJavaImpl(psi, p… in <lambda>() method
|
/aosp_15_r20/external/ksp/compiler-plugin/src/main/kotlin/com/google/devtools/ksp/symbol/impl/synthetic/ |
H A D | KSPropertyGetterSyntheticImpl.kt | 33 fun getCached(ksPropertyDeclaration: KSPropertyDeclaration) = in getCached() method
|
H A D | KSPropertySetterSyntheticImpl.kt | 33 fun getCached(ksPropertyDeclaration: KSPropertyDeclaration) = in getCached() method
|