Searched refs:BaseCtor (Results 1 – 3 of 3) sorted by relevance
3619 CXXConstructorDecl *BaseCtor = LookupCopyingConstructor(BaseDecl, ArgQuals); in ShouldDeleteCopyConstructor() local3620 if (!BaseCtor || BaseCtor->isDeleted()) in ShouldDeleteCopyConstructor()3622 if (CheckConstructorAccess(Loc, BaseCtor, BaseCtor->getAccess(), PDiag()) != in ShouldDeleteCopyConstructor()3647 CXXConstructorDecl *BaseCtor = LookupCopyingConstructor(BaseDecl, ArgQuals); in ShouldDeleteCopyConstructor() local3648 if (!BaseCtor || BaseCtor->isDeleted()) in ShouldDeleteCopyConstructor()3650 if (CheckConstructorAccess(Loc, BaseCtor, BaseCtor->getAccess(), PDiag()) != in ShouldDeleteCopyConstructor()6150 CXXConstructorDecl *BaseCtor = *CtorIt; in DeclareInheritedConstructors() local6151 bool CanBeCopyOrMove = BaseCtor->isCopyOrMoveConstructor(); in DeclareInheritedConstructors()6153 BaseCtor->getType()->getAs<FunctionProtoType>(); in DeclareInheritedConstructors()6155 for (unsigned params = BaseCtor->getMinRequiredArguments(), in DeclareInheritedConstructors()[all …]
1531 CXXConstructorDecl::setInheritedConstructor(const CXXConstructorDecl *BaseCtor){ in setInheritedConstructor() argument1534 addOverriddenMethod(BaseCtor); in setInheritedConstructor()
1813 void setInheritedConstructor(const CXXConstructorDecl *BaseCtor);