Searched refs:findFriendship (Results 1 – 1 of 1) sorted by relevance
634 bool findFriendship(const CXXRecordDecl *Cur, unsigned PrivateDepth) { in findFriendship() function668 if (findFriendship(RD->getCanonicalDecl(), BasePrivateDepth)) in findFriendship()676 bool findFriendship(const CXXRecordDecl *Cur) { in findFriendship() function679 return findFriendship(Cur, 0); in findFriendship()723 if (PRC.findFriendship(InstanceContext)) return AR_accessible; in GetProtectedFriendKind()