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

References

tools/clang/lib/Sema/SemaObjCProperty.cpp
   43   if (attrs & (ObjCPropertyDecl::OBJC_PR_retain |
   47   } else if (attrs & ObjCPropertyDecl::OBJC_PR_weak) {
   49   } else if (attrs & ObjCPropertyDecl::OBJC_PR_unsafe_unretained) {
   55   if (attrs & ObjCPropertyDecl::OBJC_PR_assign &&