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
1806 func isSynthesized(symbol string) bool { func
1810 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