Home | History | Annotate | Download | only in Sema

Lines Matching refs:BaseCtor

7717       CXXConstructorDecl *BaseCtor = *CtorIt;
7718 bool CanBeCopyOrMove = BaseCtor->isCopyOrMoveConstructor();
7720 BaseCtor->getType()->getAs<FunctionProtoType>();
7736 Diag(BaseCtor->getLocation(),
7741 for (unsigned Params = BaseCtor->getMinRequiredArguments(),
7742 MaxParams = BaseCtor->getNumParams();
7785 Diag(BaseCtor->getLocation(),
7804 /*TInfo=*/0, BaseCtor->isExplicit(), /*Inline=*/true,
7805 /*ImplicitlyDeclared=*/true, /*Constexpr=*/BaseCtor->isConstexpr());
7806 NewCtor->setAccess(BaseCtor->getAccess());
7829 NewCtor->setInheritedConstructor(BaseCtor);
7830 if (BaseCtor->isDeleted())