Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaAccess.cpp610 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()
[all …]