Searched refs:getOwnershipRule (Results 1 – 1 of 1) sorted by relevance
164 static unsigned getOwnershipRule(unsigned attr) { in getOwnershipRule() function190 if (!getOwnershipRule(Attributes)) { in ActOnProperty()488 = getOwnershipRule(PIDecl->getPropertyAttributes()); in HandlePropertyInClassExtension()489 unsigned NewOwnership = getOwnershipRule(Attributes); in HandlePropertyInClassExtension()492 if (getOwnershipRule(AttributesAsWritten)) { in HandlePropertyInClassExtension()581 } else if (getOwnershipRule(Attributes) || !isReadWrite) { in CreatePropertyDecl()1429 !getOwnershipRule(SAttr) && getOwnershipRule(CAttr)) in DiagnosePropertyMismatch()2487 if (!getOwnershipRule(Attributes) && PropertyTy->isObjCRetainableType()) { in CheckObjCPropertyAttributes()