Searched defs:MatchesFriend (Results 1 - 1 of 1) sorted by relevance
/external/clang/lib/Sema/ |
H A D | SemaAccess.cpp | 407 static AccessResult MatchesFriend(Sema &S, function 423 static AccessResult MatchesFriend(Sema &S, function 427 return MatchesFriend(S, EC, cast<CXXRecordDecl>(RT->getDecl())); 438 static AccessResult MatchesFriend(Sema &S, function 491 static AccessResult MatchesFriend(Sema &S, function 510 static AccessResult MatchesFriend(Sema &S, function 540 static AccessResult MatchesFriend(Sema &S, function 549 return MatchesFriend(S, EC, T->getType()->getCanonicalTypeUnqualified()); 557 return MatchesFriend(S, EC, cast<ClassTemplateDecl>(Friend)); 560 return MatchesFriend( [all...] |
Completed in 52 milliseconds