Home
last modified time | relevance | path

Searched refs:MatchesFriend (Results 1 – 1 of 1) sorted by relevance

/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaAccess.cpp430 static AccessResult MatchesFriend(Sema &S, in MatchesFriend() function
446 static AccessResult MatchesFriend(Sema &S, in MatchesFriend() function
450 return MatchesFriend(S, EC, cast<CXXRecordDecl>(RT->getDecl())); in MatchesFriend()
461 static AccessResult MatchesFriend(Sema &S, in MatchesFriend() function
514 static AccessResult MatchesFriend(Sema &S, in MatchesFriend() function
533 static AccessResult MatchesFriend(Sema &S, in MatchesFriend() function
563 static AccessResult MatchesFriend(Sema &S, in MatchesFriend() function
580 return MatchesFriend(S, EC, cast<ClassTemplateDecl>(Friend)); in MatchesFriend()
586 return MatchesFriend(S, EC, cast<CXXRecordDecl>(Friend)); in MatchesFriend()
589 return MatchesFriend(S, EC, cast<FunctionDecl>(Friend)); in MatchesFriend()
[all …]