HomeSort by relevance Sort by last modified time
    Searched full:friend_end (Results 1 - 3 of 3) sorted by null

  /external/clang/include/clang/AST/
DeclFriend.h 231 inline CXXRecordDecl::friend_iterator CXXRecordDecl::friend_end() const { function in class:CXXRecordDecl
236 return friend_range(friend_begin(), friend_end());
DeclCXX.h 790 friend_iterator friend_end() const;
    [all...]
  /external/clang/lib/Sema/
Sema.cpp 588 E = RD->friend_end();
    [all...]

Completed in 1115 milliseconds