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

  /external/clang/include/clang/AST/
DeclFriend.h 231 inline CXXRecordDecl::friend_range CXXRecordDecl::friends() const {
232 return friend_range(friend_begin(), friend_end());
DeclCXX.h 791 typedef llvm::iterator_range<friend_iterator> friend_range; typedef in class:clang::CXXRecordDecl
793 friend_range friends() const;
    [all...]

Completed in 462 milliseconds