Searched defs:friend_iterator (Results 1 - 1 of 1) sorted by relevance
/external/clang/include/clang/AST/ | ||
H A D | DeclFriend.h | 73 friend class CXXRecordDecl::friend_iterator; 177 class CXXRecordDecl::friend_iterator { class in class:CXXRecordDecl 181 explicit friend_iterator(FriendDecl *Ptr) : Ptr(Ptr) {} function in class:CXXRecordDecl::friend_iterator 183 friend_iterator() {} function in class:CXXRecordDecl::friend_iterator 193 friend_iterator &operator++() { 199 friend_iterator operator++(int) { 200 friend_iterator tmp = *this; 205 bool operator==(const friend_iterator &Other) const { 209 bool operator!=(const friend_iterator &Other) const { 213 friend_iterator [all...] |
Completed in 147 milliseconds