Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaAccess.cpp1819 Sema::AccessResult Sema::CheckFriendAccess(NamedDecl *target) { in CheckFriendAccess() function in Sema
H A DSemaTemplateInstantiateDecl.cpp1925 SemaRef.CheckFriendAccess(InstTemplate); in VisitFunctionTemplateDecl()
2816 SemaRef.CheckFriendAccess(Method); in VisitCXXMethodDecl()
H A DSemaDeclCXX.cpp18075 if (DC->isRecord()) CheckFriendAccess(ND); in ActOnFriendFunctionDecl()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h8077 AccessResult CheckFriendAccess(NamedDecl *D);