Searched defs:ProtectedFriendContext (Results 1 – 1 of 1) sorted by relevance
597 struct ProtectedFriendContext { struct598 Sema &S;599 const EffectiveContext &EC;600 const CXXRecordDecl *NamingClass;601 bool CheckDependent;602 bool EverDependent;605 SmallVector<const CXXRecordDecl*, 20> CurPath;607 ProtectedFriendContext(Sema &S, const EffectiveContext &EC, in ProtectedFriendContext() function617 bool checkFriendshipAlongPath(unsigned I) { in checkFriendshipAlongPath()634 bool findFriendship(const CXXRecordDecl *Cur, unsigned PrivateDepth) { in findFriendship()[all …]