Searched refs:SmallPtrSetIteratorImpl (Results 1 – 1 of 1) sorted by relevance
51 friend class SmallPtrSetIteratorImpl; variable222 class SmallPtrSetIteratorImpl {228 explicit SmallPtrSetIteratorImpl(const void *const *BP, const void*const *E) in SmallPtrSetIteratorImpl() function237 bool operator==(const SmallPtrSetIteratorImpl &RHS) const {240 bool operator!=(const SmallPtrSetIteratorImpl &RHS) const {267 class SmallPtrSetIterator : public SmallPtrSetIteratorImpl,280 : SmallPtrSetIteratorImpl(BP, E), DebugEpochBase::HandleBase(&Epoch) {} in SmallPtrSetIterator()