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

References

tools/clang/lib/Analysis/RetainSummaryManager.cpp
  570     return E.withKind(StopTrackingHard);
  573     return E.withKind(DecRefAndStopTrackingHard);
  575     return E.withKind(Dealloc);
tools/clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/RetainCountChecker.cpp
  203       AE = AE.withKind(IncRef);
  206       AE = AE.withKind(DecRefBridgedTransferred);
  722       AE = AE.withKind(DoNothing);
  725       AE = AE.withKind(DoNothing);
  728       AE = AE.withKind(StopTracking);