Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaAccess.cpp1612 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 DSemaInit.cpp5959 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 DSemaExprCXX.cpp3750 S.CheckConstructorAccess(CastLoc, Constructor, FoundDecl, in BuildCXXCastArgument()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Sema/
H A DSema.h6060 AccessResult CheckConstructorAccess(SourceLocation Loc,
6065 AccessResult CheckConstructorAccess(SourceLocation Loc,