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

References

tools/clang/lib/Sema/SemaObjCProperty.cpp
  186   FD.D.setObjCWeakProperty((Attributes & ObjCDeclSpec::DQ_PR_weak) != 0);
  189   if (!getOwnershipRule(Attributes)) {
  190     Attributes |= deducePropertyOwnershipFromType(*this, T);
  192   bool isReadWrite = ((Attributes & ObjCDeclSpec::DQ_PR_readwrite) ||
  194                       !(Attributes & ObjCDeclSpec::DQ_PR_readonly));
  205                                            isReadWrite, Attributes,
  216                              ODS.getSetterNameLoc(), isReadWrite, Attributes,
  224   CheckObjCPropertyAttributes(Res, AtLoc, Attributes,