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

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

Completed in 183 milliseconds