Home
last modified time | relevance | path

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

/minix/external/bsd/llvm/dist/clang/lib/Sema/
H A DSemaAccess.cpp597 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()
[all …]