Searched defs:ProtectedFriendContext (Results 1 – 2 of 2) 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() argument617 bool checkFriendshipAlongPath(unsigned I) { in checkFriendshipAlongPath()634 bool findFriendship(const CXXRecordDecl *Cur, unsigned PrivateDepth) { in findFriendship()[all …]
596 struct ProtectedFriendContext { struct597 Sema &S;598 const EffectiveContext &EC;599 const CXXRecordDecl *NamingClass;600 bool CheckDependent;601 bool EverDependent;604 SmallVector<const CXXRecordDecl*, 20> CurPath;606 ProtectedFriendContext(Sema &S, const EffectiveContext &EC, in ProtectedFriendContext() function616 bool checkFriendshipAlongPath(unsigned I) { in checkFriendshipAlongPath()633 bool findFriendship(const CXXRecordDecl *Cur, unsigned PrivateDepth) { in findFriendship()[all …]