Lines Matching refs:getPropertyAttributes

68   ObjCPropertyAttribute::Kind propertyKind = property->getPropertyAttributes();  in checkPropertyDeclWithOwnership()
180 unsigned Attributes = ODS.getPropertyAttributes(); in ActOnProperty()
202 ODS.getPropertyAttributes(), in ActOnProperty()
213 ODS.getPropertyAttributes(), T, TSI, in ActOnProperty()
341 bool OldIsAtomic = (OldProperty->getPropertyAttributes() & in checkAtomicPropertyMismatch()
343 bool NewIsAtomic = (NewProperty->getPropertyAttributes() & in checkAtomicPropertyMismatch()
351 auto Attrs = Property->getPropertyAttributes(); in checkAtomicPropertyMismatch()
373 unsigned Attrs = NewProperty->getPropertyAttributes(); in checkAtomicPropertyMismatch()
486 = getOwnershipRule(PIDecl->getPropertyAttributes()); in HandlePropertyInClassExtension()
731 getImpliedARCOwnership(property->getPropertyAttributes(), in checkARCPropertyImpl()
803 getImpliedARCOwnership(property->getPropertyAttributes(), in setImpliedPropertyAttributeForReadOnlyProperty()
1229 ObjCPropertyAttribute::Kind kind = property->getPropertyAttributes(); in ActOnPropertyImplDecl()
1538 if (property->getPropertyAttributes() & in ActOnPropertyImplDecl()
1639 ObjCPropertyAttribute::Kind CAttr = Property->getPropertyAttributes(); in DiagnosePropertyMismatch()
1640 ObjCPropertyAttribute::Kind SAttr = SuperProperty->getPropertyAttributes(); in DiagnosePropertyMismatch()
1868 if (Prop->getPropertyAttributes() & ObjCPropertyAttribute::kind_readonly) in SuperClassImplementsProperty()
1910 if (Prop->getPropertyAttributes() & ObjCPropertyAttribute::kind_readonly) in DefaultSynthesizeProperties()
1947 if ((Prop->getPropertyAttributes() & in DefaultSynthesizeProperties()
1949 (PropInSuperClass->getPropertyAttributes() & in DefaultSynthesizeProperties()
2144 (property->getPropertyAttributes() & in diagnoseNullResettableSynthesizedSetters()
2181 unsigned Attributes = Property->getPropertyAttributes(); in AtomicPropertySetterGetterRules()
2476 if (property->getPropertyAttributes() & in ProcessPropertyDecl()
2555 if (property->getPropertyAttributes() & in ProcessPropertyDecl()