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

References

include/llvm/ADT/ImmutableSet.h
 1143     if (Root != X.Root) {
 1144       if (X.Root) { X.Root->retain(); }
 1144       if (X.Root) { X.Root->retain(); }
 1146       Root = X.Root;
 1147       Factory = X.Factory;