Searched defs:ProtectedFriendContext (Results 1 – 1 of 1) sorted by relevance
620 struct ProtectedFriendContext { struct621 Sema &S;622 const EffectiveContext &EC;623 const CXXRecordDecl *NamingClass;624 bool CheckDependent;625 bool EverDependent;628 SmallVector<const CXXRecordDecl*, 20> CurPath;630 ProtectedFriendContext(Sema &S, const EffectiveContext &EC, in ProtectedFriendContext() function640 bool checkFriendshipAlongPath(unsigned I) { in checkFriendshipAlongPath()657 bool findFriendship(const CXXRecordDecl *Cur, unsigned PrivateDepth) { in findFriendship()[all …]