Searched defs:isSynthesized (Results 1 – 7 of 7) sorted by relevance
66 boolean isSynthesized(); in isSynthesized() method
70 public boolean isSynthesized() { in isSynthesized() method in AnnotationDescImpl
210 public val KmFunction.isSynthesized: Boolean get() = flags.isSynthesizedFunction constant282 public val KmProperty.isSynthesized: Boolean get() = Flag.Property.IS_SYNTHESIZED(flags) constant
1732 func isSynthesized(symbol string) bool { func
118 override fun isSynthesized(): Boolean = false in annotationType() method in AnnotationDescAdapter
255 ObjCPropertyDecl *property, bool isSynthesized=true, bool in PushPropertyAttributes()2107 bool isSynthesized = (propertyImpl->getPropertyImplementation() == in GeneratePropertyList() local