Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSemaDeclCXX.cpp5139 findConstructorForBase(CXXRecordDecl *Base, CXXConstructorDecl *Ctor) const { in findConstructorForBase() function in Sema::InheritedConstructorInfo
5168 Inherited->findConstructorForBase(ClassDecl, InheritedCtor).first; in specialMemberIsConstexpr()
5768 ICI->findConstructorForBase(BaseClass, cast<CXXConstructorDecl>(MD) in shouldDeleteForBase()
9060 ICI.findConstructorForBase(BaseClass, Inherited.getConstructor()) in ComputeInheritingCtorExceptionSpec()
9371 auto BaseCtor = ICI.findConstructorForBase(BaseRD, InheritedCtor); in DefineInheritingConstructor()