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

References

tools/clang/lib/Frontend/Rewrite/RewriteObjC.cpp
  791     bool GenGetProperty = !(Attributes & ObjCPropertyDecl::OBJC_PR_nonatomic) &&
  792                           (Attributes & (ObjCPropertyDecl::OBJC_PR_retain |
  851   bool GenSetProperty = Attributes & (ObjCPropertyDecl::OBJC_PR_retain |
  871     if (Attributes & ObjCPropertyDecl::OBJC_PR_nonatomic)
  875     if (Attributes & ObjCPropertyDecl::OBJC_PR_copy)