Searched refs:asTypeParameter (Results 1 – 6 of 6) sorted by relevance
321 val oldTypeParameter = oldReturnType.asTypeParameter(old) in compare()322 val newTypeParameter = newReturnType.asTypeParameter(new) in compare()
167 type.asTypeParameter() != null -> { in <lambda>()
465 if (type.asTypeParameter(superConstructor) != null) { in writeConstructorBody()
162 fun asTypeParameter(context: MemberItem? = null): TypeParameterItem? in <lambda>() method
171 override fun asTypeParameter(context: MemberItem?): TypeParameterItem? { in asTypeParameter() method in com.android.tools.metalava.model.text.TextTypeItem
222 override fun asTypeParameter(context: MemberItem?): TypeParameterItem? { in asTypeParameter() method in com.android.tools.metalava.model.psi.PsiTypeItem