Searched refs:asTypeParameter (Results 1 – 7 of 7) sorted by relevance
151 fun asTypeParameter(context: MemberItem? = null): TypeParameterItem? in <lambda>() method156 fun isTypeParameter(context: MemberItem? = null): Boolean = asTypeParameter(context) != null in <lambda>()
361 val oldTypeParameter = oldReturnType.asTypeParameter(old) in compare()362 val newTypeParameter = newReturnType.asTypeParameter(new) in compare()
166 type.asTypeParameter() != null -> { in <lambda>()
1065 .asTypeParameter(context = method) in <lambda>()
171 override fun asTypeParameter(context: MemberItem?): TypeParameterItem? { in asTypeParameter() method in com.android.tools.metalava.model.text.TextTypeItem
289 if (type.asTypeParameter(superConstructor) != null) { in <lambda>()
221 override fun asTypeParameter(context: MemberItem?): TypeParameterItem? { in asTypeParameter() method in com.android.tools.metalava.model.psi.PsiTypeItem