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

References

tools/clang/lib/Parse/ParseObjc.cpp
  866       DS.setPropertyAttributes(ObjCDeclSpec::DQ_PR_unsafe_unretained);
tools/clang/lib/Sema/SemaCodeComplete.cpp
 6046       (ObjCDeclSpec::DQ_PR_assign | ObjCDeclSpec::DQ_PR_unsafe_unretained |
 6050       AssignCopyRetMask != ObjCDeclSpec::DQ_PR_unsafe_unretained &&
 6075                                  ObjCDeclSpec::DQ_PR_unsafe_unretained))
tools/clang/lib/Sema/SemaObjCProperty.cpp
  144       return ObjCDeclSpec::DQ_PR_unsafe_unretained;
  301   if (Attributes & ObjCDeclSpec::DQ_PR_unsafe_unretained)
  586                     ObjCDeclSpec::DQ_PR_unsafe_unretained)) {
  679   if (Attributes & ObjCDeclSpec::DQ_PR_unsafe_unretained)
  692   if (Attributes & ObjCDeclSpec::DQ_PR_unsafe_unretained)
 2569       !(Attributes & ObjCDeclSpec::DQ_PR_unsafe_unretained) &&
 2600   } else if (Attributes & ObjCDeclSpec::DQ_PR_unsafe_unretained) {