Searched refs:getOwnershipRule (Results 1 – 1 of 1) sorted by relevance
158 static unsigned getOwnershipRule(unsigned attr) { in getOwnershipRule() function186 if (!getOwnershipRule(Attributes)) { in ActOnProperty()478 = getOwnershipRule(PIDecl->getPropertyAttributes()); in HandlePropertyInClassExtension()479 unsigned NewOwnership = getOwnershipRule(Attributes); in HandlePropertyInClassExtension()482 if (getOwnershipRule(AttributesAsWritten)) { in HandlePropertyInClassExtension()568 } else if (getOwnershipRule(Attributes) || !isReadWrite) { in CreatePropertyDecl()1634 !getOwnershipRule(SAttr) && getOwnershipRule(CAttr)) in DiagnosePropertyMismatch()2764 if (!getOwnershipRule(Attributes) && PropertyTy->isObjCRetainableType()) { in CheckObjCPropertyAttributes()