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

References

include/llvm/ADT/SmallSet.h
   73   SmallSetIterator(SmallSetIterator &&Other) : isSmall(Other.isSmall) {
   75       VecIter = std::move(Other.VecIter);
   79       new (&SetIter) SetIterTy(std::move(Other.SetIter));