Home
last modified time | relevance | path

Searched defs:ProtectedFriendContext (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaAccess.cpp618 struct ProtectedFriendContext { struct
619 Sema &S;
620 const EffectiveContext &EC;
621 const CXXRecordDecl *NamingClass;
622 bool CheckDependent;
623 bool EverDependent;
626 SmallVector<const CXXRecordDecl*, 20> CurPath;
628 ProtectedFriendContext(Sema &S, const EffectiveContext &EC, in ProtectedFriendContext() argument
638 bool checkFriendshipAlongPath(unsigned I) { in checkFriendshipAlongPath()
655 bool findFriendship(const CXXRecordDecl *Cur, unsigned PrivateDepth) { in findFriendship()
[all …]