Searched refs:shadow_iterator (Results 1 – 4 of 4) sorted by relevance
3098 class shadow_iterator {3109 shadow_iterator() : Current(nullptr) { } in shadow_iterator() function3110 explicit shadow_iterator(UsingShadowDecl *C) : Current(C) { } in shadow_iterator() function3115 shadow_iterator& operator++() {3120 shadow_iterator operator++(int) {3121 shadow_iterator tmp(*this);3126 friend bool operator==(shadow_iterator x, shadow_iterator y) {3129 friend bool operator!=(shadow_iterator x, shadow_iterator y) {3134 typedef llvm::iterator_range<shadow_iterator> shadow_range;3139 shadow_iterator shadow_begin() const { in shadow_begin()[all …]
3426 class shadow_iterator {3437 shadow_iterator() = default;3438 explicit shadow_iterator(UsingShadowDecl *C) : Current(C) {} in shadow_iterator() function3443 shadow_iterator& operator++() {3448 shadow_iterator operator++(int) {3449 shadow_iterator tmp(*this);3454 friend bool operator==(shadow_iterator x, shadow_iterator y) {3457 friend bool operator!=(shadow_iterator x, shadow_iterator y) {3462 using shadow_range = llvm::iterator_range<shadow_iterator>;3468 shadow_iterator shadow_begin() const { in shadow_begin()[all …]
5856 UsingDecl::shadow_iterator Pos = Using->shadow_begin(); in clang_getOverloadedDecl()
6641 UsingDecl::shadow_iterator Pos = Using->shadow_begin(); in clang_getOverloadedDecl()