OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:friend_range
(Results
1 - 2
of
2
) sorted by null
/external/clang/include/clang/AST/
DeclFriend.h
235
inline CXXRecordDecl::
friend_range
CXXRecordDecl::friends() const {
236
return
friend_range
(friend_begin(), friend_end());
DeclCXX.h
786
typedef llvm::iterator_range<friend_iterator>
friend_range
;
typedef in class:clang::CXXRecordDecl
788
friend_range
friends() const;
[
all
...]
Completed in 262 milliseconds