Home
last modified time | relevance | path

Searched refs:SmallPtrSetIteratorImpl (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ADT/
H A DSmallPtrSet.h50 friend class SmallPtrSetIteratorImpl; variable
221 class SmallPtrSetIteratorImpl {
227 explicit SmallPtrSetIteratorImpl(const void *const *BP, const void*const *E) in SmallPtrSetIteratorImpl() function
236 bool operator==(const SmallPtrSetIteratorImpl &RHS) const {
239 bool operator!=(const SmallPtrSetIteratorImpl &RHS) const {
266 class SmallPtrSetIterator : public SmallPtrSetIteratorImpl,
279 : SmallPtrSetIteratorImpl(BP, E), DebugEpochBase::HandleBase(&Epoch) {} in SmallPtrSetIterator()