Lines Matching defs:ProtectedFriendContext
610 struct ProtectedFriendContext { struct
611 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() function
630 bool checkFriendshipAlongPath(unsigned I) { in checkFriendshipAlongPath()
647 bool findFriendship(const CXXRecordDecl *Cur, unsigned PrivateDepth) { in findFriendship()
689 bool findFriendship(const CXXRecordDecl *Cur) { in findFriendship()