Home
last modified time | relevance | path

Searched refs:setInheritedConstructor (Results 1 – 5 of 5) sorted by relevance

/NextBSD/contrib/llvm/tools/clang/include/clang/AST/
HDDeclCXX.h2331 void setInheritedConstructor(const CXXConstructorDecl *BaseCtor);
/NextBSD/contrib/llvm/tools/clang/lib/AST/
HDDeclCXX.cpp1886 CXXConstructorDecl::setInheritedConstructor(const CXXConstructorDecl *BaseCtor){ in setInheritedConstructor() function in CXXConstructorDecl
/NextBSD/contrib/llvm/tools/clang/lib/Sema/
HDSemaTemplateInstantiateDecl.cpp1742 cast<CXXConstructorDecl>(Method)->setInheritedConstructor(Inh); in VisitCXXMethodDecl()
HDSemaDeclCXX.cpp9242 DerivedCtor->setInheritedConstructor(BaseCtor); in declareCtor()
/NextBSD/contrib/llvm/tools/clang/lib/Serialization/
HDASTReaderDecl.cpp1737 D->setInheritedConstructor(CD->getCanonicalDecl()); in VisitCXXConstructorDecl()