Searched refs:CheckConstructorAccess (Results 1 – 4 of 4) sorted by relevance
| /freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/ |
| H A D | SemaAccess.cpp | 1612 Sema::AccessResult Sema::CheckConstructorAccess(SourceLocation UseLoc, in CheckConstructorAccess() function in Sema 1651 return CheckConstructorAccess(UseLoc, Constructor, Found, Entity, PD); in CheckConstructorAccess() 1655 Sema::AccessResult Sema::CheckConstructorAccess(SourceLocation UseLoc, in CheckConstructorAccess() function in Sema
|
| H A D | SemaInit.cpp | 5959 S.CheckConstructorAccess(Loc, Constructor, Best->FoundDecl, Entity, in CopyObject() 6071 S.CheckConstructorAccess(Loc, cast<CXXConstructorDecl>(Best->Function), in CheckCXX98CompatAccessibleCopy() 6268 S.CheckConstructorAccess(Loc, Constructor, Step.Function.FoundDecl, Entity); in PerformConstructorInitialization() 7617 S.CheckConstructorAccess(Kind.getLocation(), Constructor, FoundFn, in Perform()
|
| H A D | SemaExprCXX.cpp | 3750 S.CheckConstructorAccess(CastLoc, Constructor, FoundDecl, in BuildCXXCastArgument()
|
| /freebsd-12.1/contrib/llvm/tools/clang/include/clang/Sema/ |
| H A D | Sema.h | 6060 AccessResult CheckConstructorAccess(SourceLocation Loc, 6065 AccessResult CheckConstructorAccess(SourceLocation Loc,
|