Lines Matching refs:MatchesFriend
407 static AccessResult MatchesFriend(Sema &S, in MatchesFriend() function
423 static AccessResult MatchesFriend(Sema &S, in MatchesFriend() function
427 return MatchesFriend(S, EC, cast<CXXRecordDecl>(RT->getDecl())); in MatchesFriend()
438 static AccessResult MatchesFriend(Sema &S, in MatchesFriend() function
491 static AccessResult MatchesFriend(Sema &S, in MatchesFriend() function
510 static AccessResult MatchesFriend(Sema &S, in MatchesFriend() function
540 static AccessResult MatchesFriend(Sema &S, in MatchesFriend() function
549 return MatchesFriend(S, EC, T->getType()->getCanonicalTypeUnqualified()); in MatchesFriend()
557 return MatchesFriend(S, EC, cast<ClassTemplateDecl>(Friend)); in MatchesFriend()
560 return MatchesFriend(S, EC, cast<FunctionTemplateDecl>(Friend)); in MatchesFriend()
563 return MatchesFriend(S, EC, cast<CXXRecordDecl>(Friend)); in MatchesFriend()
566 return MatchesFriend(S, EC, cast<FunctionDecl>(Friend)); in MatchesFriend()
576 switch (MatchesFriend(S, EC, Friend)) { in GetFriendKind()