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

References

tools/clang/lib/Frontend/Rewrite/RewriteModernObjC.cpp
  944     bool GenGetProperty = !(Attributes & ObjCPropertyDecl::OBJC_PR_nonatomic) &&
  945                           (Attributes & (ObjCPropertyDecl::OBJC_PR_retain |
 1005   bool GenSetProperty = Attributes & (ObjCPropertyDecl::OBJC_PR_retain |
 1025     if (Attributes & ObjCPropertyDecl::OBJC_PR_nonatomic)
 1029     if (Attributes & ObjCPropertyDecl::OBJC_PR_copy)