Lines Matching refs:MatchesFriend
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()
568 return MatchesFriend(S, EC, cast<CXXRecordDecl>(Friend)); in MatchesFriend()
571 return MatchesFriend(S, EC, cast<FunctionDecl>(Friend)); in MatchesFriend()
581 switch (MatchesFriend(S, EC, Friend)) { in GetFriendKind()