Home
last modified time | relevance | path

Searched refs:shadow_iterator (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DDeclCXX.h3452 class shadow_iterator {
3463 shadow_iterator() = default;
3464 explicit shadow_iterator(UsingShadowDecl *C) : Current(C) {} in shadow_iterator() function
3469 shadow_iterator &operator++() {
3474 shadow_iterator operator++(int) {
3475 shadow_iterator tmp(*this);
3480 friend bool operator==(shadow_iterator x, shadow_iterator y) {
3483 friend bool operator!=(shadow_iterator x, shadow_iterator y) {
3488 using shadow_range = llvm::iterator_range<shadow_iterator>;
3494 shadow_iterator shadow_begin() const { in shadow_begin()
[all …]