Searched defs:shadow_iterator (Results 1 - 1 of 1) sorted by relevance

/external/clang/include/clang/AST/
H A DDeclCXX.h2693 class shadow_iterator { class in class:clang::UsingDecl
2704 shadow_iterator() : Current(0) { } function in class:clang::UsingDecl::shadow_iterator
2705 explicit shadow_iterator(UsingShadowDecl *C) : Current(C) { } function in class:clang::UsingDecl::shadow_iterator
2710 shadow_iterator& operator++() {
2715 shadow_iterator operator++(int) {
2716 shadow_iterator tmp(*this);
2721 friend bool operator==(shadow_iterator x, shadow_iterator y) {
2724 friend bool operator!=(shadow_iterator x, shadow_iterator
[all...]

Completed in 560 milliseconds