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

References

tools/clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/RetainCountChecker.h
  127   unsigned getCount() const { return Cnt; }
  129   unsigned getCombinedCounts() const { return Cnt + ACnt; }
  131     Cnt = 0;
  135     Cnt = i;
  218     return getKind() == X.getKind() && Cnt == X.Cnt && ACnt == X.ACnt &&
  218     return getKind() == X.getKind() && Cnt == X.Cnt && ACnt == X.ACnt &&
  229     ID.AddInteger(Cnt);