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

References

include/llvm/ADT/FoldingSet.h
  405   FoldingSetImpl(FoldingSetImpl &&Arg) = default;
  406   FoldingSetImpl &operator=(FoldingSetImpl &&RHS) = default;
  406   FoldingSetImpl &operator=(FoldingSetImpl &&RHS) = default;
  473 template <class T> class FoldingSet final : public FoldingSetImpl<T> {
  474   using Super = FoldingSetImpl<T>;
  515 class ContextualFoldingSet final : public FoldingSetImpl<T> {
  521   using Super = FoldingSetImpl<T>;