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

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

Completed in 241 milliseconds