Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaAccess.cpp1824 Sema::AccessResult Sema::CheckFriendAccess(NamedDecl *target) { in CheckFriendAccess() function in Sema
H A DSemaTemplateInstantiateDecl.cpp2492 SemaRef.CheckFriendAccess(InstTemplate); in VisitFunctionTemplateDecl()
3405 SemaRef.CheckFriendAccess(Method); in VisitCXXMethodDecl()
H A DSemaDeclCXX.cpp18387 if (DC->isRecord()) CheckFriendAccess(ND); in ActOnFriendFunctionDecl()
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h1686 AccessResult CheckFriendAccess(NamedDecl *D);