Searched defs:ProtectedFriendContext (Results 1 – 1 of 1) sorted by relevance
602 struct ProtectedFriendContext { struct603 Sema &S;604 const EffectiveContext &EC;605 const CXXRecordDecl *NamingClass;606 bool CheckDependent;607 bool EverDependent;610 SmallVector<const CXXRecordDecl*, 20> CurPath;612 ProtectedFriendContext(Sema &S, const EffectiveContext &EC, in ProtectedFriendContext() function622 bool checkFriendshipAlongPath(unsigned I) { in checkFriendshipAlongPath()639 bool findFriendship(const CXXRecordDecl *Cur, unsigned PrivateDepth) { in findFriendship()[all …]