Searched refs:MatchesFriend (Results 1 – 1 of 1) sorted by relevance
/external/clang/lib/Sema/ |
D | SemaAccess.cpp | 406 static AccessResult MatchesFriend(Sema &S, in MatchesFriend() function 428 static AccessResult MatchesFriend(Sema &S, in MatchesFriend() function 432 return MatchesFriend(S, EC, cast<CXXRecordDecl>(RT->getDecl())); in MatchesFriend() 443 static AccessResult MatchesFriend(Sema &S, in MatchesFriend() function 496 static AccessResult MatchesFriend(Sema &S, in MatchesFriend() function 515 static AccessResult MatchesFriend(Sema &S, in MatchesFriend() function 545 static AccessResult MatchesFriend(Sema &S, in MatchesFriend() function 554 return MatchesFriend(S, EC, T->getType()->getCanonicalTypeUnqualified()); in MatchesFriend() 562 return MatchesFriend(S, EC, cast<ClassTemplateDecl>(Friend)); in MatchesFriend() 565 return MatchesFriend(S, EC, cast<FunctionTemplateDecl>(Friend)); in MatchesFriend() [all …]
|