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

References

tools/clang/lib/Sema/SemaObjCProperty.cpp
  440                          (Attributes & ObjCDeclSpec::DQ_PR_class);
  465         (Attributes & ObjCDeclSpec::DQ_PR_readwrite) &&
  487       Attributes |= ObjCDeclSpec::DQ_PR_getter;
  493     unsigned NewOwnership = getOwnershipRule(Attributes);
  502       Attributes = (Attributes & ~OwnershipMask) | ExistingOwnership;
  502       Attributes = (Attributes & ~OwnershipMask) | ExistingOwnership;
  506     if ((Attributes & ObjCPropertyDecl::OBJC_PR_weak) &&
  522                                                Attributes, AttributesAsWritten,