Lines Matching refs:MatchesFriend
430 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
572 return MatchesFriend(S, EC, T->getType()->getCanonicalTypeUnqualified()); in MatchesFriend()
580 return MatchesFriend(S, EC, cast<ClassTemplateDecl>(Friend)); in MatchesFriend()
583 return MatchesFriend(S, EC, cast<FunctionTemplateDecl>(Friend)); in MatchesFriend()
586 return MatchesFriend(S, EC, cast<CXXRecordDecl>(Friend)); in MatchesFriend()
589 return MatchesFriend(S, EC, cast<FunctionDecl>(Friend)); in MatchesFriend()
599 switch (MatchesFriend(S, EC, Friend)) { in GetFriendKind()