Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSemaAccess.cpp1611 Sema::AccessResult Sema::CheckConstructorAccess(SourceLocation UseLoc, in CheckConstructorAccess() function in Sema
1650 return CheckConstructorAccess(UseLoc, Constructor, Found, Entity, PD); in CheckConstructorAccess()
1654 Sema::AccessResult Sema::CheckConstructorAccess(SourceLocation UseLoc, in CheckConstructorAccess() function in Sema
DSemaInit.cpp5522 S.CheckConstructorAccess(Loc, Constructor, Best->FoundDecl, Entity, in CopyObject()
5605 S.CheckConstructorAccess(Loc, cast<CXXConstructorDecl>(Best->Function), in CheckCXX98CompatAccessibleCopy()
5805 S.CheckConstructorAccess(Loc, Constructor, Step.Function.FoundDecl, Entity); in PerformConstructorInitialization()
6538 S.CheckConstructorAccess(Kind.getLocation(), Constructor, FoundFn, in Perform()
DSemaExprCXX.cpp3196 S.CheckConstructorAccess(CastLoc, Constructor, FoundDecl, in BuildCXXCastArgument()
/external/clang/include/clang/Sema/
DSema.h5572 AccessResult CheckConstructorAccess(SourceLocation Loc,
5577 AccessResult CheckConstructorAccess(SourceLocation Loc,