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

References

tools/clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/RetainCountChecker.h
  260   RefCountBug leakWithinFunction{this, RefCountBug::LeakWithinFunction};
tools/clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/RetainCountDiagnostics.cpp
   35   case LeakWithinFunction:
   59   case LeakWithinFunction:
   68               /*SuppressOnSink=*/BT == LeakWithinFunction || BT == LeakAtReturn),