reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/clang/lib/Sema/SemaObjCProperty.cpp
  189   if (!getOwnershipRule(Attributes)) {
  492       = getOwnershipRule(PIDecl->getPropertyAttributes());
  493     unsigned NewOwnership = getOwnershipRule(Attributes);
  496       if (getOwnershipRule(AttributesAsWritten)) {
  588   } else if (getOwnershipRule(Attributes) || !isReadWrite) {
 1589       !getOwnershipRule(SAttr) && getOwnershipRule(CAttr))
 1589       !getOwnershipRule(SAttr) && getOwnershipRule(CAttr))
 2670   if (!getOwnershipRule(Attributes) && PropertyTy->isObjCRetainableType()) {