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

References

include/llvm/ADT/ImmutableSet.h
  331   void retain() { ++refCount; }
  334     assert(refCount > 0);
  335     if (--refCount == 0)
  485       if (N->isMutable() && N->refCount == 0)
  629         if (TNew->refCount == 0)