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

References

tools/clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/RetainCountChecker.h
  256   RefCountBug deallocNotOwned{this, RefCountBug::DeallocNotOwned};
tools/clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/RetainCountDiagnostics.cpp
   27   case DeallocNotOwned:
   50   case DeallocNotOwned:
  460                        BT.getBugType() == RefCountBug::DeallocNotOwned;