Home
last modified time | relevance | path

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

/external/clang/include/clang/AST/
DDeclFriend.h67 friend class CXXRecordDecl::friend_iterator;
173 class CXXRecordDecl::friend_iterator {
177 explicit friend_iterator(FriendDecl *Ptr) : Ptr(Ptr) {} in friend_iterator() function
179 friend_iterator() {} in friend_iterator() function
189 friend_iterator &operator++() {
195 friend_iterator operator++(int) {
196 friend_iterator tmp = *this;
201 bool operator==(const friend_iterator &Other) const {
205 bool operator!=(const friend_iterator &Other) const {
209 friend_iterator &operator+=(difference_type N) {
[all …]
DDeclCXX.h790 class friend_iterator; variable
791 typedef llvm::iterator_range<friend_iterator> friend_range;
794 friend_iterator friend_begin() const;
795 friend_iterator friend_end() const;
/external/llvm-project/clang/include/clang/AST/
DDeclFriend.h63 friend class CXXRecordDecl::friend_iterator;
187 class CXXRecordDecl::friend_iterator {
192 explicit friend_iterator(FriendDecl *Ptr) : Ptr(Ptr) {} in friend_iterator() function
195 friend_iterator() = default;
205 friend_iterator &operator++() {
211 friend_iterator operator++(int) {
212 friend_iterator tmp = *this;
217 bool operator==(const friend_iterator &Other) const {
221 bool operator!=(const friend_iterator &Other) const {
225 friend_iterator &operator+=(difference_type N) {
[all …]
DDeclCXX.h662 class friend_iterator; variable
663 using friend_range = llvm::iterator_range<friend_iterator>;
666 friend_iterator friend_begin() const;
667 friend_iterator friend_end() const;
/external/llvm-project/clang/lib/AST/
DASTStructuralEquivalence.cpp1481 CXXRecordDecl::friend_iterator Friend2 = D2CXX->friend_begin(), in IsStructurallyEquivalent()
1483 for (CXXRecordDecl::friend_iterator Friend1 = D1CXX->friend_begin(), in IsStructurallyEquivalent()
/external/clang/lib/Sema/
DSema.cpp611 for (CXXRecordDecl::friend_iterator I = RD->friend_begin(), in IsRecordFullyDefined()
/external/llvm-project/clang/lib/Sema/
DSema.cpp872 for (CXXRecordDecl::friend_iterator I = RD->friend_begin(), in IsRecordFullyDefined()