Searched refs:MatchesFriend (Results 1 – 1 of 1) sorted by relevance
| /freebsd-10-stable/contrib/llvm/tools/clang/lib/Sema/ |
| D | SemaAccess.cpp | 404 static AccessResult MatchesFriend(Sema &S, in MatchesFriend() function 426 static AccessResult MatchesFriend(Sema &S, in MatchesFriend() function 430 return MatchesFriend(S, EC, cast<CXXRecordDecl>(RT->getDecl())); in MatchesFriend() 441 static AccessResult MatchesFriend(Sema &S, in MatchesFriend() function 494 static AccessResult MatchesFriend(Sema &S, in MatchesFriend() function 513 static AccessResult MatchesFriend(Sema &S, in MatchesFriend() function 543 static AccessResult MatchesFriend(Sema &S, in MatchesFriend() function 552 return MatchesFriend(S, EC, T->getType()->getCanonicalTypeUnqualified()); in MatchesFriend() 560 return MatchesFriend(S, EC, cast<ClassTemplateDecl>(Friend)); in MatchesFriend() 563 return MatchesFriend(S, EC, cast<FunctionTemplateDecl>(Friend)); in MatchesFriend() [all …]
|