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

Declarations

tools/clang/lib/StaticAnalyzer/Checkers/CheckObjCDealloc.cpp
  151   getDeallocReleaseRequirement(const ObjCPropertyImplDecl *PropImpl) const;

References

tools/clang/lib/StaticAnalyzer/Checkers/CheckObjCDealloc.cpp
  207     if (getDeallocReleaseRequirement(I) == ReleaseRequirement::MustRelease) {
  280     ReleaseRequirement Requirement = getDeallocReleaseRequirement(PropImpl);
  651   if (getDeallocReleaseRequirement(PropImpl) !=
  728   if (getDeallocReleaseRequirement(PropImpl) !=