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

References

tools/clang/lib/Sema/SemaObjCProperty.cpp
  717   if (property->isInvalidDecl() || ivar->isInvalidDecl()) return;
  724     getImpliedARCOwnership(property->getPropertyAttributes(),
  725                            property->getType());
  757       << property->getDeclName()
  764       << property->getDeclName()
  770       << property->getDeclName()
  772       << ((property->getPropertyAttributesAsWritten()
  784   S.Diag(property->getLocation(), diag::note_property_declare);