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

References

tools/clang/lib/Sema/SemaObjCProperty.cpp
  349     (OldProperty->getPropertyAttributes() & ObjCPropertyDecl::OBJC_PR_nonatomic)
  393   if ((OldIsAtomic && isImplicitlyReadonlyAtomic(OldProperty)) ||
  399   auto *OldDC = OldProperty->getDeclContext();
  408   S.Diag(OldProperty->getLocation(), diag::note_property_declare);