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

References

tools/clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/RetainCountChecker.h
  257   RefCountBug freeNotOwned{this, RefCountBug::FreeNotOwned};
tools/clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/RetainCountDiagnostics.cpp
   29   case FreeNotOwned:
   52   case FreeNotOwned:
  459   bool IsFreeUnowned = BT.getBugType() == RefCountBug::FreeNotOwned ||