Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaAccess.cpp420 static AccessResult MatchesFriend(Sema &S, in MatchesFriend() function
436 static AccessResult MatchesFriend(Sema &S, in MatchesFriend() function
440 return MatchesFriend(S, EC, cast<CXXRecordDecl>(RT->getDecl())); in MatchesFriend()
451 static AccessResult MatchesFriend(Sema &S, in MatchesFriend() function
504 static AccessResult MatchesFriend(Sema &S, in MatchesFriend() function
523 static AccessResult MatchesFriend(Sema &S, in MatchesFriend() function
553 static AccessResult MatchesFriend(Sema &S, in MatchesFriend() function
570 return MatchesFriend(S, EC, cast<ClassTemplateDecl>(Friend)); in MatchesFriend()
576 return MatchesFriend(S, EC, cast<CXXRecordDecl>(Friend)); in MatchesFriend()
579 return MatchesFriend(S, EC, cast<FunctionDecl>(Friend)); in MatchesFriend()
[all …]