Home
last modified time | relevance | path

Searched refs:getOwnershipRule (Results 1 – 1 of 1) sorted by relevance

/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaObjCProperty.cpp158 static unsigned getOwnershipRule(unsigned attr) { in getOwnershipRule() function
185 if (!getOwnershipRule(Attributes)) { in ActOnProperty()
486 = getOwnershipRule(PIDecl->getPropertyAttributes()); in HandlePropertyInClassExtension()
487 unsigned NewOwnership = getOwnershipRule(Attributes); in HandlePropertyInClassExtension()
490 if (getOwnershipRule(AttributesAsWritten)) { in HandlePropertyInClassExtension()
582 } else if (getOwnershipRule(Attributes) || !isReadWrite) { in CreatePropertyDecl()
1646 !getOwnershipRule(SAttr) && getOwnershipRule(CAttr)) in DiagnosePropertyMismatch()
2773 if (!getOwnershipRule(Attributes) && PropertyTy->isObjCRetainableType()) { in CheckObjCPropertyAttributes()