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.cpp616 struct ProtectedFriendContext { struct
617 Sema &S;
618 const EffectiveContext &EC;
619 const CXXRecordDecl *NamingClass;
620 bool CheckDependent;
621 bool EverDependent;
624 SmallVector<const CXXRecordDecl*, 20> CurPath;
626 ProtectedFriendContext(Sema &S, const EffectiveContext &EC, in ProtectedFriendContext() function
636 bool checkFriendshipAlongPath(unsigned I) { in checkFriendshipAlongPath()
653 bool findFriendship(const CXXRecordDecl *Cur, unsigned PrivateDepth) { in findFriendship()
[all …]