Searched defs:ProtectedFriendContext (Results 1 – 1 of 1) sorted by relevance
616 struct ProtectedFriendContext { struct617 Sema &S;618 const EffectiveContext &EC;619 const CXXRecordDecl *NamingClass;620 bool CheckDependent;621 bool EverDependent;624 SmallVector<const CXXRecordDecl*, 20> CurPath;626 ProtectedFriendContext(Sema &S, const EffectiveContext &EC, in ProtectedFriendContext() argument636 bool checkFriendshipAlongPath(unsigned I) { in checkFriendshipAlongPath()653 bool findFriendship(const CXXRecordDecl *Cur, unsigned PrivateDepth) { in findFriendship()[all …]