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

References

tools/clang/lib/StaticAnalyzer/Checkers/CheckObjCDealloc.cpp
  663   if (PropDecl) {
  664     if (PropDecl->isReadOnly())
  667     PropDecl = PropImpl->getPropertyDecl();
  677   assert(PropDecl->getSetterKind() == ObjCPropertyDecl::Weak ||
  678          (PropDecl->getSetterKind() == ObjCPropertyDecl::Assign &&
  679           !PropDecl->isReadOnly()) ||
  693     if (PropDecl->getSetterKind() == ObjCPropertyDecl::Weak)