Home
last modified time | relevance | path

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

/freebsd-10-stable/contrib/llvm/tools/clang/lib/AST/
DDeclCXX.cpp1819 CXXConstructorDecl::setInheritedConstructor(const CXXConstructorDecl *BaseCtor){ in setInheritedConstructor() function in CXXConstructorDecl
/freebsd-10-stable/contrib/llvm/tools/clang/include/clang/AST/
DDeclCXX.h2241 void setInheritedConstructor(const CXXConstructorDecl *BaseCtor);
/freebsd-10-stable/contrib/llvm/tools/clang/lib/Sema/
DSemaTemplateInstantiateDecl.cpp1593 cast<CXXConstructorDecl>(Method)->setInheritedConstructor(Inh); in VisitCXXMethodDecl()
DSemaDeclCXX.cpp8443 DerivedCtor->setInheritedConstructor(BaseCtor); in declareCtor()