Searched refs:findFriendship (Results 1 - 1 of 1) sorted by relevance

/external/clang/lib/Sema/
H A DSemaAccess.cpp634 bool findFriendship(const CXXRecordDecl *Cur, unsigned PrivateDepth) {
668 if (findFriendship(RD->getCanonicalDecl(), BasePrivateDepth))
676 bool findFriendship(const CXXRecordDecl *Cur) { function in struct:__anon17998::ProtectedFriendContext
679 return findFriendship(Cur, 0);
723 if (PRC.findFriendship(InstanceContext)) return AR_accessible;

Completed in 1339 milliseconds