Lines Matching refs:getPropertyAttributes

71     = property->getPropertyAttributes();  in checkPropertyDeclWithOwnership()
186 unsigned Attributes = ODS.getPropertyAttributes(); in ActOnProperty()
207 ODS.getPropertyAttributes(), in ActOnProperty()
218 ODS.getPropertyAttributes(), T, TSI, in ActOnProperty()
350 (OldProperty->getPropertyAttributes() & ObjCPropertyDecl::OBJC_PR_nonatomic) in checkAtomicPropertyMismatch()
353 (NewProperty->getPropertyAttributes() & ObjCPropertyDecl::OBJC_PR_nonatomic) in checkAtomicPropertyMismatch()
361 auto Attrs = Property->getPropertyAttributes(); in checkAtomicPropertyMismatch()
381 unsigned Attrs = NewProperty->getPropertyAttributes(); in checkAtomicPropertyMismatch()
493 = getOwnershipRule(PIDecl->getPropertyAttributes()); in HandlePropertyInClassExtension()
725 getImpliedARCOwnership(property->getPropertyAttributes(), in checkARCPropertyImpl()
798 getImpliedARCOwnership(property->getPropertyAttributes(), in setImpliedPropertyAttributeForReadOnlyProperty()
1201 = property->getPropertyAttributes(); in ActOnPropertyImplDecl()
1489 if (property->getPropertyAttributes() & in ActOnPropertyImplDecl()
1582 Property->getPropertyAttributes(); in DiagnosePropertyMismatch()
1584 SuperProperty->getPropertyAttributes(); in DiagnosePropertyMismatch()
1815 if (Prop->getPropertyAttributes() & ObjCPropertyDecl::OBJC_PR_readonly) in SuperClassImplementsProperty()
1857 if (Prop->getPropertyAttributes() & ObjCPropertyDecl::OBJC_PR_readonly) in DefaultSynthesizeProperties()
1893 if ((Prop->getPropertyAttributes() & ObjCPropertyDecl::OBJC_PR_readwrite) && in DefaultSynthesizeProperties()
1894 (PropInSuperClass->getPropertyAttributes() & in DefaultSynthesizeProperties()
2093 (property->getPropertyAttributes() & in diagnoseNullResettableSynthesizedSetters()
2132 unsigned Attributes = Property->getPropertyAttributes(); in AtomicPropertySetterGetterRules()
2382 if (property->getPropertyAttributes() & in ProcessPropertyDecl()
2456 if (property->getPropertyAttributes() & in ProcessPropertyDecl()