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

References

tools/clang/lib/Sema/SemaObjCProperty.cpp
  585   if (Attributes & (ObjCDeclSpec::DQ_PR_assign |
  588   } else if (getOwnershipRule(Attributes) || !isReadWrite) {
  598       isAssign && !(Attributes & ObjCDeclSpec::DQ_PR_assign)) {
  627                          (Attributes & ObjCDeclSpec::DQ_PR_class);
  655   if (Attributes & ObjCDeclSpec::DQ_PR_readonly)
  658   if (Attributes & ObjCDeclSpec::DQ_PR_getter)
  661   if (Attributes & ObjCDeclSpec::DQ_PR_setter)
  667   if (Attributes & ObjCDeclSpec::DQ_PR_retain)
  670   if (Attributes & ObjCDeclSpec::DQ_PR_strong)
  673   if (Attributes & ObjCDeclSpec::DQ_PR_weak)
  676   if (Attributes & ObjCDeclSpec::DQ_PR_copy)
  679   if (Attributes & ObjCDeclSpec::DQ_PR_unsafe_unretained)
  686   if (Attributes & ObjCDeclSpec::DQ_PR_nonatomic)
  692   if (Attributes & ObjCDeclSpec::DQ_PR_unsafe_unretained)
  702   if (Attributes & ObjCDeclSpec::DQ_PR_nullability)
  705   if (Attributes & ObjCDeclSpec::DQ_PR_null_resettable)
  708  if (Attributes & ObjCDeclSpec::DQ_PR_class)