Home
last modified time | relevance | path

Searched refs:friend_end (Results 1 – 5 of 5) sorted by relevance

/external/clang/include/clang/AST/
DDeclFriend.h226 inline CXXRecordDecl::friend_iterator CXXRecordDecl::friend_end() const { in friend_end() function
DDeclCXX.h754 friend_iterator friend_end() const;
/external/clang/lib/Sema/
DSema.cpp516 E = RD->friend_end(); in IsRecordFullyDefined()
DSemaAccess.cpp580 E = Class->friend_end(); I != E; ++I) { in GetFriendKind()
/external/clang/lib/CodeGen/
DCGDebugInfo.cpp1153 BE = RD->friend_end(); BI != BE; ++BI) { in CollectCXXFriends()