Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaObjCProperty.cpp164 static unsigned getOwnershipRule(unsigned attr) { in getOwnershipRule() function
190 if (!getOwnershipRule(Attributes)) { in ActOnProperty()
493 = getOwnershipRule(PIDecl->getPropertyAttributes()); in HandlePropertyInClassExtension()
494 unsigned NewOwnership = getOwnershipRule(Attributes); in HandlePropertyInClassExtension()
497 if (getOwnershipRule(AttributesAsWritten)) { in HandlePropertyInClassExtension()
589 } else if (getOwnershipRule(Attributes) || !isReadWrite) { in CreatePropertyDecl()
1590 !getOwnershipRule(SAttr) && getOwnershipRule(CAttr)) in DiagnosePropertyMismatch()
2663 if (!getOwnershipRule(Attributes) && PropertyTy->isObjCRetainableType()) { in CheckObjCPropertyAttributes()