Home
last modified time | relevance | path

Searched refs:MatchesFriend (Results 1 – 1 of 1) sorted by relevance

/external/clang/lib/Sema/
DSemaAccess.cpp380 static AccessResult MatchesFriend(Sema &S, in MatchesFriend() function
402 static AccessResult MatchesFriend(Sema &S, in MatchesFriend() function
406 return MatchesFriend(S, EC, cast<CXXRecordDecl>(RT->getDecl())); in MatchesFriend()
417 static AccessResult MatchesFriend(Sema &S, in MatchesFriend() function
470 static AccessResult MatchesFriend(Sema &S, in MatchesFriend() function
489 static AccessResult MatchesFriend(Sema &S, in MatchesFriend() function
519 static AccessResult MatchesFriend(Sema &S, in MatchesFriend() function
528 return MatchesFriend(S, EC, T->getType()->getCanonicalTypeUnqualified()); in MatchesFriend()
536 return MatchesFriend(S, EC, cast<ClassTemplateDecl>(Friend)); in MatchesFriend()
539 return MatchesFriend(S, EC, cast<FunctionTemplateDecl>(Friend)); in MatchesFriend()
[all …]