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

Declarations

tools/clang/lib/StaticAnalyzer/Checkers/CheckObjCDealloc.cpp
  173   bool classHasSeparateTeardown(const ObjCInterfaceDecl *ID) const;

References

tools/clang/lib/StaticAnalyzer/Checkers/CheckObjCDealloc.cpp
  199   if (classHasSeparateTeardown(ID))
  555     if (classHasSeparateTeardown(Interface))