Searched refs:shadow_iterator (Results 1 – 2 of 2) sorted by relevance
3359 class shadow_iterator {3370 shadow_iterator() = default;3371 explicit shadow_iterator(UsingShadowDecl *C) : Current(C) {} in shadow_iterator() function3376 shadow_iterator &operator++() {3381 shadow_iterator operator++(int) {3382 shadow_iterator tmp(*this);3387 friend bool operator==(shadow_iterator x, shadow_iterator y) {3390 friend bool operator!=(shadow_iterator x, shadow_iterator y) {3395 using shadow_range = llvm::iterator_range<shadow_iterator>;3401 shadow_iterator shadow_begin() const { in shadow_begin()[all …]
6959 UsingDecl::shadow_iterator Pos = Using->shadow_begin(); in clang_getOverloadedDecl()