Lines Matching refs:MatchesFriend
420 static AccessResult MatchesFriend(Sema &S, in MatchesFriend() function
436 static AccessResult MatchesFriend(Sema &S, in MatchesFriend() function
440 return MatchesFriend(S, EC, cast<CXXRecordDecl>(RT->getDecl())); in MatchesFriend()
451 static AccessResult MatchesFriend(Sema &S, in MatchesFriend() function
504 static AccessResult MatchesFriend(Sema &S, in MatchesFriend() function
523 static AccessResult MatchesFriend(Sema &S, in MatchesFriend() function
553 static AccessResult MatchesFriend(Sema &S, in MatchesFriend() function
562 return MatchesFriend(S, EC, T->getType()->getCanonicalTypeUnqualified()); in MatchesFriend()
570 return MatchesFriend(S, EC, cast<ClassTemplateDecl>(Friend)); in MatchesFriend()
573 return MatchesFriend(S, EC, cast<FunctionTemplateDecl>(Friend)); in MatchesFriend()
576 return MatchesFriend(S, EC, cast<CXXRecordDecl>(Friend)); in MatchesFriend()
579 return MatchesFriend(S, EC, cast<FunctionDecl>(Friend)); in MatchesFriend()
589 switch (MatchesFriend(S, EC, Friend)) { in GetFriendKind()