Lines Matching refs:getPropertyAttributesAsWritten
360 if (Property->getPropertyAttributesAsWritten() & in checkAtomicPropertyMismatch()
372 ((NewProperty->getPropertyAttributesAsWritten() & AtomicityMask) == 0)) { in checkAtomicPropertyMismatch()
460 (PIDecl->getPropertyAttributesAsWritten() & in HandlePropertyInClassExtension()
501 !(PIDecl->getPropertyAttributesAsWritten() & in HandlePropertyInClassExtension()
778 << ((property->getPropertyAttributesAsWritten() & in checkARCPropertyImpl()
879 unsigned OriginalAttributes = Property->getPropertyAttributesAsWritten(); in SelectPropertyForSynthesisFromProtocols()
897 unsigned Attr = Prop->getPropertyAttributesAsWritten(); in SelectPropertyForSynthesisFromProtocols()
1016 if (Prop->getPropertyAttributesAsWritten() & OwnershipMask) return true; in hasWrittenStorageAttribute()
1033 return OrigProp->getPropertyAttributesAsWritten() & OwnershipMask; in hasWrittenStorageAttribute()
1040 return OrigProp->getPropertyAttributesAsWritten() & OwnershipMask; in hasWrittenStorageAttribute()
1120 unsigned PIkind = property->getPropertyAttributesAsWritten(); in ActOnPropertyImplDecl()
1146 PIkind = ExtProp->getPropertyAttributesAsWritten(); in ActOnPropertyImplDecl()
1223 (property->getPropertyAttributesAsWritten() & in ActOnPropertyImplDecl()
2185 unsigned AttributesAsWritten = Property->getPropertyAttributesAsWritten(); in AtomicPropertySetterGetterRules()