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

  /external/clang/include/clang/AST/
DeclFriend.h 72 friend class CXXRecordDecl::friend_iterator;
172 class CXXRecordDecl::friend_iterator { class in class:CXXRecordDecl
176 explicit friend_iterator(FriendDecl *Ptr) : Ptr(Ptr) {} function in class:CXXRecordDecl::friend_iterator
178 friend_iterator() {} function in class:CXXRecordDecl::friend_iterator
188 friend_iterator &operator++() {
194 friend_iterator operator++(int) {
195 friend_iterator tmp = *this;
200 bool operator==(const friend_iterator &Other) const {
204 bool operator!=(const friend_iterator &Other) const {
208 friend_iterator &operator+=(difference_type N)
    [all...]
DeclCXX.h 746 class friend_iterator;
747 friend_iterator friend_begin() const;
748 friend_iterator friend_end() const;
    [all...]
  /external/clang/lib/Sema/
Sema.cpp 518 for (CXXRecordDecl::friend_iterator I = RD->friend_begin(),
    [all...]
SemaAccess.cpp 579 for (CXXRecordDecl::friend_iterator I = Class->friend_begin(),
    [all...]
  /external/clang/lib/CodeGen/
CGDebugInfo.cpp     [all...]

Completed in 85 milliseconds