Home | History | Annotate | Download | only in Sema

Lines Matching refs:Property

2649             // have been synthesized due to a property declared in the class which
2721 // ImpMethodDecl may be null as in a @dynamic property.
2864 // of the property in the @implementation.
3628 // need to compare the added property to those in the class.
3647 // Any property declared in a class extension might have user
3650 // property will be synthesized when property with same name is
3653 for (const auto *Property : Ext->properties()) {
3656 = IC->FindPropertyImplDecl(Property->getIdentifier()))
3663 = Ext->getInstanceMethod(Property->getGetterName()))
3665 if (!Property->isReadOnly())
3667 = Ext->getInstanceMethod(Property->getSetterName()))
4557 // property backing ivar must belong to property's class
4568 /// Used by Sema::DiagnoseUnusedBackingIvarInAccessor to check if a property