HomeSort by relevance Sort by last modified time
    Searched refs:friend_iterator (Results 1 - 3 of 3) sorted by null

  /external/clang/include/clang/AST/
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 &operator+=(difference_type N)
    [all...]
DeclCXX.h 785 class friend_iterator;
786 typedef llvm::iterator_range<friend_iterator> friend_range;
789 friend_iterator friend_begin() const;
790 friend_iterator friend_end() const;
    [all...]
  /external/clang/lib/Sema/
Sema.cpp 620 for (CXXRecordDecl::friend_iterator I = RD->friend_begin(),
    [all...]

Completed in 70 milliseconds