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

References

tools/clang/lib/Parse/ParseObjc.cpp
  874       DS.setPropertyAttributes(ObjCDeclSpec::DQ_PR_copy);
tools/clang/lib/Sema/SemaCodeComplete.cpp
 6047        ObjCDeclSpec::DQ_PR_copy | ObjCDeclSpec::DQ_PR_retain |
 6051       AssignCopyRetMask != ObjCDeclSpec::DQ_PR_copy &&
 6083   if (!ObjCPropertyFlagConflicts(Attributes, ObjCDeclSpec::DQ_PR_copy))
tools/clang/lib/Sema/SemaObjCProperty.cpp
  299   if (Attributes & ObjCDeclSpec::DQ_PR_copy)
  676   if (Attributes & ObjCDeclSpec::DQ_PR_copy)
 2555   if ((Attributes & (ObjCDeclSpec::DQ_PR_weak | ObjCDeclSpec::DQ_PR_copy |
 2561           Attributes & ObjCDeclSpec::DQ_PR_copy ? "copy" : "retain (or strong)");
 2562     Attributes &= ~(ObjCDeclSpec::DQ_PR_weak   | ObjCDeclSpec::DQ_PR_copy |
 2577     if (Attributes & ObjCDeclSpec::DQ_PR_copy) {
 2580       Attributes &= ~ObjCDeclSpec::DQ_PR_copy;
 2601     if (Attributes & ObjCDeclSpec::DQ_PR_copy) {
 2604       Attributes &= ~ObjCDeclSpec::DQ_PR_copy;
 2622   } else if (Attributes & ObjCDeclSpec::DQ_PR_copy) {
 2704   if (!(Attributes & ObjCDeclSpec::DQ_PR_copy)