Searched refs:BaseCtor (Results 1 – 3 of 3) sorted by relevance
1751 CXXConstructorDecl::setInheritedConstructor(const CXXConstructorDecl *BaseCtor){ in setInheritedConstructor() argument1755 getASTContext().addOverriddenMethod(this, BaseCtor); in setInheritedConstructor()
6989 CXXConstructorDecl *BaseCtor = *CtorIt; in DeclareInheritedConstructors() local6990 bool CanBeCopyOrMove = BaseCtor->isCopyOrMoveConstructor(); in DeclareInheritedConstructors()6992 BaseCtor->getType()->getAs<FunctionProtoType>(); in DeclareInheritedConstructors()6994 for (unsigned params = BaseCtor->getMinRequiredArguments(), in DeclareInheritedConstructors()6995 maxParams = BaseCtor->getNumParams(); in DeclareInheritedConstructors()7050 Diag(BaseCtor->getLocation(), in DeclareInheritedConstructors()7066 /*TInfo=*/0, BaseCtor->isExplicit(), /*Inline=*/true, in DeclareInheritedConstructors()7070 /*Constexpr=*/BaseCtor->isConstexpr()); in DeclareInheritedConstructors()7071 NewCtor->setAccess(BaseCtor->getAccess()); in DeclareInheritedConstructors()7084 NewCtor->setInheritedConstructor(BaseCtor); in DeclareInheritedConstructors()
2135 void setInheritedConstructor(const CXXConstructorDecl *BaseCtor);