Lines Matching defs:ProtectedFriendContext
620 struct ProtectedFriendContext { struct
621 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() argument
640 bool checkFriendshipAlongPath(unsigned I) { in checkFriendshipAlongPath()
657 bool findFriendship(const CXXRecordDecl *Cur, unsigned PrivateDepth) { in findFriendship()
699 bool findFriendship(const CXXRecordDecl *Cur) { in findFriendship()