Lines Matching refs:MatchesFriend
428 static AccessResult MatchesFriend(Sema &S, in MatchesFriend() function
444 static AccessResult MatchesFriend(Sema &S, in MatchesFriend() function
448 return MatchesFriend(S, EC, cast<CXXRecordDecl>(RT->getDecl())); in MatchesFriend()
459 static AccessResult MatchesFriend(Sema &S, in MatchesFriend() function
512 static AccessResult MatchesFriend(Sema &S, in MatchesFriend() function
531 static AccessResult MatchesFriend(Sema &S, in MatchesFriend() function
561 static AccessResult MatchesFriend(Sema &S, in MatchesFriend() function
570 return MatchesFriend(S, EC, T->getType()->getCanonicalTypeUnqualified()); in MatchesFriend()
578 return MatchesFriend(S, EC, cast<ClassTemplateDecl>(Friend)); in MatchesFriend()
581 return MatchesFriend(S, EC, cast<FunctionTemplateDecl>(Friend)); in MatchesFriend()
584 return MatchesFriend(S, EC, cast<CXXRecordDecl>(Friend)); in MatchesFriend()
587 return MatchesFriend(S, EC, cast<FunctionDecl>(Friend)); in MatchesFriend()
597 switch (MatchesFriend(S, EC, Friend)) { in GetFriendKind()