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

References

tools/clang/include/clang/AST/DeclObjC.h
  840     return PropertyAttributeKind(PropertyAttributes);
  844     PropertyAttributes |= PRVal;
  848     PropertyAttributes = PRVal;
  863     return (PropertyAttributes & OBJC_PR_readonly);
  868     return (PropertyAttributes & OBJC_PR_atomic);
  873     return (PropertyAttributes &
  878   bool isClassProperty() const { return PropertyAttributes & OBJC_PR_class; }
  894     if (PropertyAttributes & OBJC_PR_strong)
  896     if (PropertyAttributes & OBJC_PR_retain)
  898     if (PropertyAttributes & OBJC_PR_copy)
  900     if (PropertyAttributes & OBJC_PR_weak)