Lines Matching refs:getPropertyAttributesAsWritten
368 if (Property->getPropertyAttributesAsWritten() & in checkAtomicPropertyMismatch()
380 ((NewProperty->getPropertyAttributesAsWritten() & AtomicityMask) == 0)) { in checkAtomicPropertyMismatch()
467 (PIDecl->getPropertyAttributesAsWritten() & in HandlePropertyInClassExtension()
508 !(PIDecl->getPropertyAttributesAsWritten() in HandlePropertyInClassExtension()
773 << ((property->getPropertyAttributesAsWritten() in checkARCPropertyImpl()
875 unsigned OriginalAttributes = Property->getPropertyAttributesAsWritten(); in SelectPropertyForSynthesisFromProtocols()
893 unsigned Attr = Prop->getPropertyAttributesAsWritten(); in SelectPropertyForSynthesisFromProtocols()
1011 if (Prop->getPropertyAttributesAsWritten() & OwnershipMask) return true; in hasWrittenStorageAttribute()
1028 return OrigProp->getPropertyAttributesAsWritten() & OwnershipMask; in hasWrittenStorageAttribute()
1035 return OrigProp->getPropertyAttributesAsWritten() & OwnershipMask; in hasWrittenStorageAttribute()
1088 unsigned PIkind = property->getPropertyAttributesAsWritten(); in ActOnPropertyImplDecl()
1117 PIkind = ExtProp->getPropertyAttributesAsWritten(); in ActOnPropertyImplDecl()
1194 (property->getPropertyAttributesAsWritten() & in ActOnPropertyImplDecl()
2133 unsigned AttributesAsWritten = Property->getPropertyAttributesAsWritten(); in AtomicPropertySetterGetterRules()