Searched refs:MatchesFriend (Results 1 – 1 of 1) sorted by relevance
/freebsd/contrib/llvm-project/clang/lib/Sema/ |
H A D | SemaAccess.cpp | 428 static AccessResult MatchesFriend(Sema &S, in MatchesFriend() function 444 static AccessResult MatchesFriend(Sema &S, in MatchesFriend() function 448 return MatchesFriend(S, EC, cast<CXXRecordDecl>(RT->getDecl())); in MatchesFriend() 459 static AccessResult MatchesFriend(Sema &S, in MatchesFriend() function 512 static AccessResult MatchesFriend(Sema &S, in MatchesFriend() function 531 static AccessResult MatchesFriend(Sema &S, in MatchesFriend() function 561 static AccessResult MatchesFriend(Sema &S, in MatchesFriend() function 570 return MatchesFriend(S, EC, T->getType()->getCanonicalTypeUnqualified()); in MatchesFriend() 578 return MatchesFriend(S, EC, cast<ClassTemplateDecl>(Friend)); in MatchesFriend() 581 return MatchesFriend(S, EC, cast<FunctionTemplateDecl>(Friend)); in MatchesFriend() [all …]
|