Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaDeclCXX.cpp7052 findConstructorForBase(CXXRecordDecl *Base, CXXConstructorDecl *Ctor) const { in findConstructorForBase() function in Sema::InheritedConstructorInfo
7081 Inherited->findConstructorForBase(ClassDecl, InheritedCtor).first; in specialMemberIsConstexpr()
8746 if (auto *MD = ICI->findConstructorForBase(Class, BaseCtor).first) in lookupInheritedCtor()
13267 auto BaseCtor = ICI.findConstructorForBase(BaseRD, InheritedCtor); in DefineInheritingConstructor()