Lines Matching refs:getPropertyAttributes
68 ObjCPropertyAttribute::Kind propertyKind = property->getPropertyAttributes(); in checkPropertyDeclWithOwnership()
182 unsigned Attributes = ODS.getPropertyAttributes(); in ActOnProperty()
204 ODS.getPropertyAttributes(), in ActOnProperty()
215 ODS.getPropertyAttributes(), T, TSI, in ActOnProperty()
348 bool OldIsAtomic = (OldProperty->getPropertyAttributes() & in checkAtomicPropertyMismatch()
350 bool NewIsAtomic = (NewProperty->getPropertyAttributes() & in checkAtomicPropertyMismatch()
358 auto Attrs = Property->getPropertyAttributes(); in checkAtomicPropertyMismatch()
380 unsigned Attrs = NewProperty->getPropertyAttributes(); in checkAtomicPropertyMismatch()
493 = getOwnershipRule(PIDecl->getPropertyAttributes()); in HandlePropertyInClassExtension()
738 getImpliedARCOwnership(property->getPropertyAttributes(), in checkARCPropertyImpl()
810 getImpliedARCOwnership(property->getPropertyAttributes(), in setImpliedPropertyAttributeForReadOnlyProperty()
1237 ObjCPropertyAttribute::Kind kind = property->getPropertyAttributes(); in ActOnPropertyImplDecl()
1547 if (property->getPropertyAttributes() & in ActOnPropertyImplDecl()
1648 ObjCPropertyAttribute::Kind CAttr = Property->getPropertyAttributes(); in DiagnosePropertyMismatch()
1649 ObjCPropertyAttribute::Kind SAttr = SuperProperty->getPropertyAttributes(); in DiagnosePropertyMismatch()
1878 if (Prop->getPropertyAttributes() & ObjCPropertyAttribute::kind_readonly) in SuperClassImplementsProperty()
1921 if (Prop->getPropertyAttributes() & ObjCPropertyAttribute::kind_readonly) in DefaultSynthesizeProperties()
1958 if ((Prop->getPropertyAttributes() & in DefaultSynthesizeProperties()
1960 (PropInSuperClass->getPropertyAttributes() & in DefaultSynthesizeProperties()
2156 (property->getPropertyAttributes() & in diagnoseNullResettableSynthesizedSetters()
2193 unsigned Attributes = Property->getPropertyAttributes(); in AtomicPropertySetterGetterRules()
2488 if (property->getPropertyAttributes() & in ProcessPropertyDecl()
2567 if (property->getPropertyAttributes() & in ProcessPropertyDecl()