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