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

References

include/llvm/ADT/ImmutableMap.h
   93     if (Root != X.Root) {
   94       if (X.Root) { X.Root->retain(); }
   94       if (X.Root) { X.Root->retain(); }
   96       Root = X.Root;