Searched refs:shadow_iterator (Results 1 – 1 of 1) sorted by relevance
3311 class shadow_iterator {3322 shadow_iterator() = default;3323 explicit shadow_iterator(UsingShadowDecl *C) : Current(C) {} in shadow_iterator() function3328 shadow_iterator &operator++() {3333 shadow_iterator operator++(int) {3334 shadow_iterator tmp(*this);3339 friend bool operator==(shadow_iterator x, shadow_iterator y) {3342 friend bool operator!=(shadow_iterator x, shadow_iterator y) {3347 using shadow_range = llvm::iterator_range<shadow_iterator>;3353 shadow_iterator shadow_begin() const { in shadow_begin()[all …]