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

References

tools/clang/lib/Sema/SemaObjCProperty.cpp
  164   unsigned result = attr & OwnershipMask;
  502       Attributes = (Attributes & ~OwnershipMask) | ExistingOwnership;
 1010   if (Prop->getPropertyAttributesAsWritten() & OwnershipMask) return true;
 1027       return OrigProp->getPropertyAttributesAsWritten() & OwnershipMask;
 1034       return OrigProp->getPropertyAttributesAsWritten() & OwnershipMask;