Searched refs:friend_end (Results 1 - 3 of 3) sorted by relevance

/external/clang/include/clang/AST/
H A DDeclFriend.h227 inline CXXRecordDecl::friend_iterator CXXRecordDecl::friend_end() const { function in class:CXXRecordDecl
232 return friend_range(friend_begin(), friend_end());
H A DDeclCXX.h784 friend_iterator friend_end() const;
/external/clang/lib/Sema/
H A DSema.cpp571 E = RD->friend_end();

Completed in 817 milliseconds