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

References

include/llvm/ADT/ImmutableSet.h
  985     if (Root != X.Root) {
  986       if (X.Root) { X.Root->retain(); }
  986       if (X.Root) { X.Root->retain(); }
  988       Root = X.Root;