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

/external/llvm/include/llvm/ADT/
H A DImmutableMap.h205 class iterator : public ImutAVLValueIterator<ImmutableMap> {
207 explicit iterator(TreeTy *Tree) : iterator::ImutAVLValueIterator(Tree) {}
364 class iterator : public ImutAVLValueIterator<ImmutableMapRef> {
366 explicit iterator(TreeTy *Tree) : iterator::ImutAVLValueIterator(Tree) {}
H A DImmutableSet.h814 struct ImutAVLValueIterator struct in namespace:llvm
816 ImutAVLValueIterator<T>, typename T::TreeTy::iterator,
820 ImutAVLValueIterator() = default;
821 explicit ImutAVLValueIterator(typename T::TreeTy *Tree) function in struct:llvm::ImutAVLValueIterator
822 : ImutAVLValueIterator::iterator_adaptor_base(Tree) {}
824 typename ImutAVLValueIterator::reference operator*() const {
1082 typedef ImutAVLValueIterator<ImmutableSet> iterator;
1192 typedef ImutAVLValueIterator<ImmutableSetRef> iterator;

Completed in 81 milliseconds