Home
last modified time | relevance | path

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

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