reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
417 class SmallPtrSet : public SmallPtrSetImpl<PtrType> { 423 using BaseT = SmallPtrSetImpl<PtrType>; 441 SmallPtrSet(std::initializer_list<PtrType> IL) 446 SmallPtrSet<PtrType, SmallSize> & 447 operator=(const SmallPtrSet<PtrType, SmallSize> &RHS) { 453 SmallPtrSet<PtrType, SmallSize> & 454 operator=(SmallPtrSet<PtrType, SmallSize> &&RHS) { 460 SmallPtrSet<PtrType, SmallSize> & 461 operator=(std::initializer_list<PtrType> IL) { 468 void swap(SmallPtrSet<PtrType, SmallSize> &RHS) {