Searched refs:IteratorBase (Results 1 – 2 of 2) sorted by relevance
122 class IteratorBase {124 explicit IteratorBase(ItemTy *current) : current_(current) {} in IteratorBase() function125 IteratorBase &operator++() {129 bool operator!=(IteratorBase other) const {139 typedef IteratorBase<Item> Iterator;140 typedef IteratorBase<const Item> ConstIterator;
1086 NamedDecl *const> IteratorBase; typedef1087 class iterator : public IteratorBase {1091 iterator() : IteratorBase(), SingleElement() {} in iterator()1093 : IteratorBase(Pos), SingleElement(Single) {} in IteratorBase() function1096 return SingleElement ? SingleElement : IteratorBase::operator*();