Searched defs:MatchesFriend (Results 1 - 1 of 1) sorted by relevance
/external/clang/lib/Sema/ |
H A D | SemaAccess.cpp | 406 static AccessResult MatchesFriend(Sema &S, function 428 static AccessResult MatchesFriend(Sema &S, function 432 return MatchesFriend(S, EC, cast<CXXRecordDecl>(RT->getDecl())); 443 static AccessResult MatchesFriend(Sema &S, function 496 static AccessResult MatchesFriend(Sema &S, function 515 static AccessResult MatchesFriend(Sema &S, function 545 static AccessResult MatchesFriend(Sema &S, function 554 return MatchesFriend(S, EC, T->getType()->getCanonicalTypeUnqualified()); 562 return MatchesFriend(S, EC, cast<ClassTemplateDecl>(Friend)); 565 return MatchesFriend( [all...] |
Completed in 27 milliseconds