Searched defs:ProtectedFriendContext (Results 1 – 1 of 1) sorted by relevance
610 struct ProtectedFriendContext { struct611 Sema &S;612 const EffectiveContext &EC;613 const CXXRecordDecl *NamingClass;614 bool CheckDependent;615 bool EverDependent;618 SmallVector<const CXXRecordDecl*, 20> CurPath;620 ProtectedFriendContext(Sema &S, const EffectiveContext &EC, in ProtectedFriendContext() function630 bool checkFriendshipAlongPath(unsigned I) { in checkFriendshipAlongPath()647 bool findFriendship(const CXXRecordDecl *Cur, unsigned PrivateDepth) { in findFriendship()[all …]