Searched refs:getOwnershipRule (Results 1 – 1 of 1) sorted by relevance
160 static unsigned getOwnershipRule(unsigned attr) { in getOwnershipRule() function185 if (!getOwnershipRule(Attributes)) { in ActOnProperty()477 = getOwnershipRule(PIDecl->getPropertyAttributes()); in HandlePropertyInClassExtension()478 unsigned NewOwnership = getOwnershipRule(Attributes); in HandlePropertyInClassExtension()481 if (getOwnershipRule(AttributesAsWritten)) { in HandlePropertyInClassExtension()567 } else if (getOwnershipRule(Attributes) || !isReadWrite) { in CreatePropertyDecl()1624 !getOwnershipRule(SAttr) && getOwnershipRule(CAttr)) in DiagnosePropertyMismatch()2755 if (!getOwnershipRule(Attributes) && PropertyTy->isObjCRetainableType()) { in CheckObjCPropertyAttributes()