Lines Matching defs:ProtectedFriendContext
596 struct ProtectedFriendContext { struct
597 Sema &S;
598 const EffectiveContext &EC;
599 const CXXRecordDecl *NamingClass;
600 bool CheckDependent;
601 bool EverDependent;
604 SmallVector<const CXXRecordDecl*, 20> CurPath;
606 ProtectedFriendContext(Sema &S, const EffectiveContext &EC, in ProtectedFriendContext() function
616 bool checkFriendshipAlongPath(unsigned I) { in checkFriendshipAlongPath()
633 bool findFriendship(const CXXRecordDecl *Cur, unsigned PrivateDepth) { in findFriendship()
675 bool findFriendship(const CXXRecordDecl *Cur) { in findFriendship()