Searched refs:MatchesFriend (Results 1 – 1 of 1) sorted by relevance
/external/clang/lib/Sema/ |
D | SemaAccess.cpp | 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() [all …]
|