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

References

tools/clang/lib/Sema/SemaObjCProperty.cpp
  361     if ((Attrs & ObjCPropertyDecl::OBJC_PR_readonly) == 0) return false;
  364     if (Attrs & ObjCPropertyDecl::OBJC_PR_nonatomic) return false;