Home
last modified time | relevance | path

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

/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_list.h122 class IteratorBase {
124 explicit IteratorBase(ItemTy *current) : current_(current) {} in IteratorBase() function
125 IteratorBase &operator++() {
129 bool operator!=(IteratorBase other) const {
139 typedef IteratorBase<Item> Iterator;
140 typedef IteratorBase<const Item> ConstIterator;
/external/clang/include/clang/AST/
DDeclBase.h1086 NamedDecl *const> IteratorBase; typedef
1087 class iterator : public IteratorBase {
1091 iterator() : IteratorBase(), SingleElement() {} in iterator()
1093 : IteratorBase(Pos), SingleElement(Single) {} in IteratorBase() function
1096 return SingleElement ? SingleElement : IteratorBase::operator*();