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

References

tools/clang/lib/Parse/ParseObjc.cpp
  880       DS.setPropertyAttributes(ObjCDeclSpec::DQ_PR_weak);
tools/clang/lib/Sema/SemaCodeComplete.cpp
 6048        ObjCDeclSpec::DQ_PR_strong | ObjCDeclSpec::DQ_PR_weak);
 6054       AssignCopyRetMask != ObjCDeclSpec::DQ_PR_weak)
 6092     if (!ObjCPropertyFlagConflicts(Attributes, ObjCDeclSpec::DQ_PR_weak))
tools/clang/lib/Sema/SemaObjCProperty.cpp
  133     if (T.isObjCGCWeak()) return ObjCDeclSpec::DQ_PR_weak;
  140       return ObjCDeclSpec::DQ_PR_weak;
  186   FD.D.setObjCWeakProperty((Attributes & ObjCDeclSpec::DQ_PR_weak) != 0);
  297   if (Attributes & ObjCDeclSpec::DQ_PR_weak)
  673   if (Attributes & ObjCDeclSpec::DQ_PR_weak)
 2555   if ((Attributes & (ObjCDeclSpec::DQ_PR_weak | ObjCDeclSpec::DQ_PR_copy |
 2560       << (Attributes & ObjCDeclSpec::DQ_PR_weak ? "weak" :
 2562     Attributes &= ~(ObjCDeclSpec::DQ_PR_weak   | ObjCDeclSpec::DQ_PR_copy |
 2593         (Attributes & ObjCDeclSpec::DQ_PR_weak)) {
 2596       Attributes &= ~ObjCDeclSpec::DQ_PR_weak;
 2617         (Attributes & ObjCDeclSpec::DQ_PR_weak)) {
 2620       Attributes &= ~ObjCDeclSpec::DQ_PR_weak;
 2633     if (Attributes & ObjCDeclSpec::DQ_PR_weak) {
 2636       Attributes &= ~ObjCDeclSpec::DQ_PR_weak;
 2640            (Attributes & ObjCDeclSpec::DQ_PR_weak)) {
 2646            (Attributes & ObjCDeclSpec::DQ_PR_weak)) {
 2649       Attributes &= ~ObjCDeclSpec::DQ_PR_weak;
 2652   if (Attributes & ObjCDeclSpec::DQ_PR_weak) {