Home | History | Annotate | Download | only in Sema

Lines Matching refs:BaseCtor

7089       CXXConstructorDecl *BaseCtor = *CtorIt;
7090 bool CanBeCopyOrMove = BaseCtor->isCopyOrMoveConstructor();
7092 BaseCtor->getType()->getAs<FunctionProtoType>();
7094 for (unsigned params = BaseCtor->getMinRequiredArguments(),
7095 maxParams = BaseCtor->getNumParams();
7150 Diag(BaseCtor->getLocation(),
7166 /*TInfo=*/0, BaseCtor->isExplicit(), /*Inline=*/true,
7170 /*Constexpr=*/BaseCtor->isConstexpr());
7171 NewCtor->setAccess(BaseCtor->getAccess());
7184 NewCtor->setInheritedConstructor(BaseCtor);