Searched refs:shadow_iterator (Results 1 – 2 of 2) sorted by relevance
3447 class shadow_iterator {3458 shadow_iterator() = default;3459 explicit shadow_iterator(UsingShadowDecl *C) : Current(C) {} in shadow_iterator() function3464 shadow_iterator& operator++() {3469 shadow_iterator operator++(int) {3470 shadow_iterator tmp(*this);3475 friend bool operator==(shadow_iterator x, shadow_iterator y) {3478 friend bool operator!=(shadow_iterator x, shadow_iterator y) {3483 using shadow_range = llvm::iterator_range<shadow_iterator>;3489 shadow_iterator shadow_begin() const { in shadow_begin()[all …]
6693 UsingDecl::shadow_iterator Pos = Using->shadow_begin(); in clang_getOverloadedDecl()