Home
last modified time | relevance | path

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

/external/clang/include/clang/AST/
DDeclCXX.h3098 class shadow_iterator {
3109 shadow_iterator() : Current(nullptr) { } in shadow_iterator() function
3110 explicit shadow_iterator(UsingShadowDecl *C) : Current(C) { } in shadow_iterator() function
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 y) {
3134 typedef llvm::iterator_range<shadow_iterator> shadow_range;
3139 shadow_iterator shadow_begin() const { in shadow_begin()
[all …]
/external/llvm-project/clang/include/clang/AST/
DDeclCXX.h3426 class shadow_iterator {
3437 shadow_iterator() = default;
3438 explicit shadow_iterator(UsingShadowDecl *C) : Current(C) {} in shadow_iterator() function
3443 shadow_iterator& operator++() {
3448 shadow_iterator operator++(int) {
3449 shadow_iterator tmp(*this);
3454 friend bool operator==(shadow_iterator x, shadow_iterator y) {
3457 friend bool operator!=(shadow_iterator x, shadow_iterator y) {
3462 using shadow_range = llvm::iterator_range<shadow_iterator>;
3468 shadow_iterator shadow_begin() const { in shadow_begin()
[all …]
/external/clang/tools/libclang/
DCIndex.cpp5856 UsingDecl::shadow_iterator Pos = Using->shadow_begin(); in clang_getOverloadedDecl()
/external/llvm-project/clang/tools/libclang/
DCIndex.cpp6641 UsingDecl::shadow_iterator Pos = Using->shadow_begin(); in clang_getOverloadedDecl()