Searched refs:isEnumSyntheticMethod (Results 1 – 9 of 9) sorted by relevance
629 } else if (item.synthetic && (item is MethodItem && item.isEnumSyntheticMethod() || in getImplicitNullness()630 item is ParameterItem && item.containingMethod().isEnumSyntheticMethod()) in getImplicitNullness()
539 fun isEnumSyntheticMethod(): Boolean { in <lambda>() method
525 !old.isEnumSyntheticMethod()) { in compare()778 if (new.isEnumSyntheticMethod()) { in added()
46 override val synthetic: Boolean get() = containingMethod.isEnumSyntheticMethod()
169 override val synthetic: Boolean get() = isEnumSyntheticMethod()
117 override val synthetic: Boolean get() = containingMethod.isEnumSyntheticMethod()
110 override val synthetic: Boolean get() = isEnumSyntheticMethod() in <lambda>()
480 owner.containingMethod().isEnumSyntheticMethod() in getCanonicalText()
344 if (method.isEnumSyntheticMethod()) { in <lambda>()