Searched refs:shadow_iterator (Results 1 – 1 of 1) sorted by relevance
3515 class shadow_iterator {3526 shadow_iterator() = default;3527 explicit shadow_iterator(UsingShadowDecl *C) : Current(C) {} in shadow_iterator() function3532 shadow_iterator &operator++() {3537 shadow_iterator operator++(int) {3538 shadow_iterator tmp(*this);3543 friend bool operator==(shadow_iterator x, shadow_iterator y) {3546 friend bool operator!=(shadow_iterator x, shadow_iterator y) {3551 using shadow_range = llvm::iterator_range<shadow_iterator>;3557 shadow_iterator shadow_begin() const { in shadow_begin()[all …]