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

/external/clang/include/clang/AST/
H A DDeclCXX.h3098 class shadow_iterator { class in class:clang::UsingDecl
3109 shadow_iterator() : Current(nullptr) { } function in class:clang::UsingDecl::shadow_iterator
3110 explicit shadow_iterator(UsingShadowDecl *C) : Current(C) { } function in class:clang::UsingDecl::shadow_iterator
3115 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
[all...]

Completed in 89 milliseconds