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

References

include/llvm/ADT/SmallPtrSet.h
  344   using ConstPtrType = typename add_const_past_pointer<PtrType>::type;
  345   using PtrTraits = PointerLikeTypeTraits<PtrType>;
  359   using iterator = SmallPtrSetIterator<PtrType>;
  360   using const_iterator = SmallPtrSetIterator<PtrType>;
  362   using value_type = PtrType;
  370   std::pair<iterator, bool> insert(PtrType Ptr) {
  377   bool erase(PtrType Ptr) {
  392   void insert(std::initializer_list<PtrType> IL) {