Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaAccess.cpp1631 Sema::AccessResult Sema::CheckConstructorAccess(SourceLocation UseLoc, in CheckConstructorAccess() function in Sema
1671 return CheckConstructorAccess(UseLoc, Constructor, Found, Entity, PD); in CheckConstructorAccess()
1675 Sema::AccessResult Sema::CheckConstructorAccess(SourceLocation UseLoc, in CheckConstructorAccess() function in Sema
H A DSemaInit.cpp6681 S.CheckConstructorAccess(Loc, Constructor, Best->FoundDecl, Entity, in CopyObject()
6794 S.CheckConstructorAccess(Loc, cast<CXXConstructorDecl>(Best->Function), in CheckCXX98CompatAccessibleCopy()
6995 S.CheckConstructorAccess(Loc, Constructor, Step.Function.FoundDecl, Entity); in PerformConstructorInitialization()
8738 S.CheckConstructorAccess(Kind.getLocation(), Constructor, FoundFn, in Perform()
H A DSemaExprCXX.cpp4117 S.CheckConstructorAccess(CastLoc, Constructor, FoundDecl, in BuildCXXCastArgument()
/openbsd-src/gnu/llvm/clang/include/clang/Sema/
H A DSema.h7867 AccessResult CheckConstructorAccess(SourceLocation Loc,
7872 AccessResult CheckConstructorAccess(SourceLocation Loc,