Lines Matching refs:getPropertyAttributes

71     = property->getPropertyAttributes();  in checkPropertyDeclWithOwnership()
186 unsigned Attributes = ODS.getPropertyAttributes(); in ActOnProperty()
206 ODS.getPropertyAttributes(), in ActOnProperty()
216 Attributes, ODS.getPropertyAttributes(), in ActOnProperty()
348 (OldProperty->getPropertyAttributes() & ObjCPropertyDecl::OBJC_PR_nonatomic) in checkAtomicPropertyMismatch()
351 (NewProperty->getPropertyAttributes() & ObjCPropertyDecl::OBJC_PR_nonatomic) in checkAtomicPropertyMismatch()
359 auto Attrs = Property->getPropertyAttributes(); in checkAtomicPropertyMismatch()
379 unsigned Attrs = NewProperty->getPropertyAttributes(); in checkAtomicPropertyMismatch()
488 = getOwnershipRule(PIDecl->getPropertyAttributes()); in HandlePropertyInClassExtension()
717 getImpliedARCOwnership(property->getPropertyAttributes(), in checkARCPropertyImpl()
790 getImpliedARCOwnership(property->getPropertyAttributes(), in setImpliedPropertyAttributeForReadOnlyProperty()
1050 = property->getPropertyAttributes(); in ActOnPropertyImplDecl()
1328 if (property->getPropertyAttributes() & in ActOnPropertyImplDecl()
1421 Property->getPropertyAttributes(); in DiagnosePropertyMismatch()
1423 SuperProperty->getPropertyAttributes(); in DiagnosePropertyMismatch()
1650 if (Prop->getPropertyAttributes() & ObjCPropertyDecl::OBJC_PR_readonly) in SuperClassImplementsProperty()
1691 if (Prop->getPropertyAttributes() & ObjCPropertyDecl::OBJC_PR_readonly) in DefaultSynthesizeProperties()
1723 if ((Prop->getPropertyAttributes() & ObjCPropertyDecl::OBJC_PR_readwrite) && in DefaultSynthesizeProperties()
1724 (PropInSuperClass->getPropertyAttributes() & in DefaultSynthesizeProperties()
1922 (property->getPropertyAttributes() & in diagnoseNullResettableSynthesizedSetters()
1961 unsigned Attributes = Property->getPropertyAttributes(); in AtomicPropertySetterGetterRules()
2180 property->getPropertyAttributes(); in ProcessPropertyDecl()
2214 if (property->getPropertyAttributes() & in ProcessPropertyDecl()
2288 if (property->getPropertyAttributes() & in ProcessPropertyDecl()