Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DSemaAccess.cpp1787 Sema::AccessResult Sema::CheckFriendAccess(NamedDecl *target) { in CheckFriendAccess() function in Sema
H A DSemaTemplateInstantiateDecl.cpp1811 SemaRef.CheckFriendAccess(InstTemplate); in VisitFunctionTemplateDecl()
2616 SemaRef.CheckFriendAccess(Method); in VisitCXXMethodDecl()
H A DSemaDeclCXX.cpp16969 if (DC->isRecord()) CheckFriendAccess(ND); in ActOnFriendFunctionDecl()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h7337 AccessResult CheckFriendAccess(NamedDecl *D);