Searched refs:CheckConstructorAccess (Results 1 - 4 of 4) sorted by relevance
/external/clang/lib/Sema/ |
H A D | SemaAccess.cpp | 1611 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 D | SemaInit.cpp | 5522 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 D | SemaExprCXX.cpp | 3196 S.CheckConstructorAccess(CastLoc, Constructor, FoundDecl,
|
/external/clang/include/clang/Sema/ |
H A D | Sema.h | 5572 AccessResult CheckConstructorAccess(SourceLocation Loc, 5577 AccessResult CheckConstructorAccess(SourceLocation Loc,
|
Completed in 241 milliseconds