Searched refs:isEnumSyntheticMethod (Results 1 – 9 of 9) sorted by relevance
47 override val synthetic: Boolean get() = containingMethod.isEnumSyntheticMethod()
172 override val synthetic: Boolean get() = isEnumSyntheticMethod()
604 item is MethodItem && item.isEnumSyntheticMethod() || in getImplicitNullness()605 item is ParameterItem && item.containingMethod().isEnumSyntheticMethod() in getImplicitNullness()
529 fun isEnumSyntheticMethod(): Boolean { in <lambda>() method
577 !old.isEnumSyntheticMethod() in compare()816 if (new.isEnumSyntheticMethod()) { in added()
139 override val synthetic: Boolean get() = containingMethod.isEnumSyntheticMethod()
117 override val synthetic: Boolean get() = isEnumSyntheticMethod() in <lambda>()
485 owner.containingMethod().isEnumSyntheticMethod() in getCanonicalText()
339 if (method.isEnumSyntheticMethod()) { in <lambda>()