HomeSort by relevance Sort by last modified time
    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 775 milliseconds