Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
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() argument
617 bool checkFriendshipAlongPath(unsigned I) { in checkFriendshipAlongPath()
634 bool findFriendship(const CXXRecordDecl *Cur, unsigned PrivateDepth) { in findFriendship()
[all …]
/external/llvm-project/clang/lib/Sema/
DSemaAccess.cpp596 struct ProtectedFriendContext { struct
597 Sema &S;
598 const EffectiveContext &EC;
599 const CXXRecordDecl *NamingClass;
600 bool CheckDependent;
601 bool EverDependent;
604 SmallVector<const CXXRecordDecl*, 20> CurPath;
606 ProtectedFriendContext(Sema &S, const EffectiveContext &EC, in ProtectedFriendContext() function
616 bool checkFriendshipAlongPath(unsigned I) { in checkFriendshipAlongPath()
633 bool findFriendship(const CXXRecordDecl *Cur, unsigned PrivateDepth) { in findFriendship()
[all …]