reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
45 IteratorT begin() const { return begin_iterator; } 46 IteratorT end() const { return end_iterator; }include/llvm/Object/StackMapParser.h
31 AccessorIterator& operator++() { A = A.next(); return *this; } 42 bool operator!=(const AccessorIterator &Other) { return !(*this == Other); } 44 AccessorT& operator*() { return A; }