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

Definitions

include/llvm/Support/Allocator.h
  174   BumpPtrAllocatorImpl &operator=(BumpPtrAllocatorImpl &&RHS) {
tools/clang/tools/extra/clangd/index/Ref.h
   78   RefSlab &operator=(RefSlab &&RHS) = default;
  112   llvm::BumpPtrAllocator Arena;
  113   std::vector<value_type> Refs;
  115   size_t NumRefs = 0;
usr/include/c++/7.4.0/bits/stl_vector.h
  461       operator=(vector&& __x) noexcept(_Alloc_traits::_S_nothrow_move())