Searched refs:findFriendship (Results 1 – 1 of 1) sorted by relevance
655 bool findFriendship(const CXXRecordDecl *Cur, unsigned PrivateDepth) { in findFriendship() function689 if (findFriendship(RD->getCanonicalDecl(), BasePrivateDepth)) in findFriendship()697 bool findFriendship(const CXXRecordDecl *Cur) { in findFriendship() function700 return findFriendship(Cur, 0); in findFriendship()744 if (PRC.findFriendship(InstanceContext)) return AR_accessible; in GetProtectedFriendKind()