Searched refs:MatchesFriend (Results 1 – 1 of 1) sorted by relevance
| /freebsd-11-stable/contrib/llvm-project/clang/lib/Sema/ |
| HD | SemaAccess.cpp | 406 static AccessResult MatchesFriend(Sema &S, in MatchesFriend() function 422 static AccessResult MatchesFriend(Sema &S, in MatchesFriend() function 426 return MatchesFriend(S, EC, cast<CXXRecordDecl>(RT->getDecl())); in MatchesFriend() 437 static AccessResult MatchesFriend(Sema &S, in MatchesFriend() function 490 static AccessResult MatchesFriend(Sema &S, in MatchesFriend() function 509 static AccessResult MatchesFriend(Sema &S, in MatchesFriend() function 539 static AccessResult MatchesFriend(Sema &S, in MatchesFriend() function 548 return MatchesFriend(S, EC, T->getType()->getCanonicalTypeUnqualified()); in MatchesFriend() 556 return MatchesFriend(S, EC, cast<ClassTemplateDecl>(Friend)); in MatchesFriend() 559 return MatchesFriend(S, EC, cast<FunctionTemplateDecl>(Friend)); in MatchesFriend() [all …]
|