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

/external/clang/lib/Sema/
H A DSemaAccess.cpp396 static AccessResult MatchesFriend(Sema &S, function
418 static AccessResult MatchesFriend(Sema &S, function
422 return MatchesFriend(S, EC, cast<CXXRecordDecl>(RT->getDecl()));
433 static AccessResult MatchesFriend(Sema &S, function
486 static AccessResult MatchesFriend(Sema &S, function
505 static AccessResult MatchesFriend(Sema &S, function
535 static AccessResult MatchesFriend(Sema &S, function
544 return MatchesFriend(S, EC, T->getType()->getCanonicalTypeUnqualified());
552 return MatchesFriend(S, EC, cast<ClassTemplateDecl>(Friend));
555 return MatchesFriend(
[all...]

Completed in 53 milliseconds