Searched refs:CheckConstructorAccess (Results 1 – 4 of 4) sorted by relevance
| /llvm-project-15.0.7/clang/lib/Sema/ |
| H A D | SemaAccess.cpp | 1629 Sema::AccessResult Sema::CheckConstructorAccess(SourceLocation UseLoc, in CheckConstructorAccess() function in Sema 1668 return CheckConstructorAccess(UseLoc, Constructor, Found, Entity, PD); in CheckConstructorAccess() 1672 Sema::AccessResult Sema::CheckConstructorAccess(SourceLocation UseLoc, in CheckConstructorAccess() function in Sema
|
| H A D | SemaInit.cpp | 6361 S.CheckConstructorAccess(Loc, Constructor, Best->FoundDecl, Entity, in CopyObject() 6474 S.CheckConstructorAccess(Loc, cast<CXXConstructorDecl>(Best->Function), in CheckCXX98CompatAccessibleCopy() 6675 S.CheckConstructorAccess(Loc, Constructor, Step.Function.FoundDecl, Entity); in PerformConstructorInitialization() 8399 S.CheckConstructorAccess(Kind.getLocation(), Constructor, FoundFn, in Perform()
|
| H A D | SemaExprCXX.cpp | 4047 S.CheckConstructorAccess(CastLoc, Constructor, FoundDecl, in BuildCXXCastArgument()
|
| /llvm-project-15.0.7/clang/include/clang/Sema/ |
| H A D | Sema.h | 7618 AccessResult CheckConstructorAccess(SourceLocation Loc, 7623 AccessResult CheckConstructorAccess(SourceLocation Loc,
|