Home
last modified time | relevance | path

Searched refs:BaseCtor (Results 1 – 3 of 3) sorted by relevance

/external/clang/lib/AST/
DDeclCXX.cpp1751 CXXConstructorDecl::setInheritedConstructor(const CXXConstructorDecl *BaseCtor){ in setInheritedConstructor() argument
1755 getASTContext().addOverriddenMethod(this, BaseCtor); in setInheritedConstructor()
/external/clang/lib/Sema/
DSemaDeclCXX.cpp6989 CXXConstructorDecl *BaseCtor = *CtorIt; in DeclareInheritedConstructors() local
6990 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()
/external/clang/include/clang/AST/
DDeclCXX.h2135 void setInheritedConstructor(const CXXConstructorDecl *BaseCtor);