Searched refs:GetProtectedFriendKind (Results 1 – 2 of 2) sorted by relevance
/external/clang/lib/Sema/ |
D | SemaAccess.cpp | 710 static AccessResult GetProtectedFriendKind(Sema &S, const EffectiveContext &EC, in GetProtectedFriendKind() function 852 switch (GetProtectedFriendKind(S, EC, InstanceContext, NamingClass)) { in HasAccess()
|
/external/llvm-project/clang/lib/Sema/ |
D | SemaAccess.cpp | 709 static AccessResult GetProtectedFriendKind(Sema &S, const EffectiveContext &EC, in GetProtectedFriendKind() function 851 switch (GetProtectedFriendKind(S, EC, InstanceContext, NamingClass)) { in HasAccess()
|