| DeclCXX.h | 3447 class shadow_iterator { class in class:clang::UsingDecl 3458 shadow_iterator() = default; 3459 explicit shadow_iterator(UsingShadowDecl *C) : Current(C) {} function in class:clang::UsingDecl::shadow_iterator 3464 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) [all...] |