Searched refs:shadow_iterator (Results 1 – 2 of 2) 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 …]
5856 UsingDecl::shadow_iterator Pos = Using->shadow_begin(); in clang_getOverloadedDecl()