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()484 = getOwnershipRule(PIDecl->getPropertyAttributes()); in HandlePropertyInClassExtension()485 unsigned NewOwnership = getOwnershipRule(Attributes); in HandlePropertyInClassExtension()488 if (getOwnershipRule(AttributesAsWritten)) { in HandlePropertyInClassExtension()577 } else if (getOwnershipRule(Attributes) || !isReadWrite) { in CreatePropertyDecl()1414 !getOwnershipRule(SAttr) && getOwnershipRule(CAttr)) in DiagnosePropertyMismatch()2402 if (!getOwnershipRule(Attributes) && PropertyTy->isObjCRetainableType()) { in CheckObjCPropertyAttributes()