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

References

include/llvm/ADT/SmallSet.h
   64   SmallSetIterator(const SmallSetIterator &Other) : isSmall(Other.isSmall) {
   66       VecIter = Other.VecIter;
   70       new (&SetIter) SetIterTy(Other.SetIter);