Lines Matching defs:ProtectedFriendContext
597 struct ProtectedFriendContext { struct
598 Sema &S;
599 const EffectiveContext &EC;
600 const CXXRecordDecl *NamingClass;
601 bool CheckDependent;
602 bool EverDependent;
605 SmallVector<const CXXRecordDecl*, 20> CurPath;
607 ProtectedFriendContext(Sema &S, const EffectiveContext &EC, in ProtectedFriendContext() function
617 bool checkFriendshipAlongPath(unsigned I) { in checkFriendshipAlongPath()
634 bool findFriendship(const CXXRecordDecl *Cur, unsigned PrivateDepth) { in findFriendship()
676 bool findFriendship(const CXXRecordDecl *Cur) { in findFriendship()