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

/external/llvm/include/llvm/ADT/
H A DSmallPtrSet.h28 class SmallPtrSetIteratorImpl;
49 friend class SmallPtrSetIteratorImpl;
144 /// SmallPtrSetIteratorImpl - This is the common base class shared between all
146 class SmallPtrSetIteratorImpl { class in namespace:llvm
151 explicit SmallPtrSetIteratorImpl(const void *const *BP, const void*const *E) function in class:llvm::SmallPtrSetIteratorImpl
156 bool operator==(const SmallPtrSetIteratorImpl &RHS) const {
159 bool operator!=(const SmallPtrSetIteratorImpl &RHS) const {
178 class SmallPtrSetIterator : public SmallPtrSetIteratorImpl {
189 : SmallPtrSetIteratorImpl(BP, E) {}

Completed in 67 milliseconds