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