Searched refs:BaseCtor (Results 1 – 3 of 3) sorted by relevance
7323 auto BaseCtor = in specialMemberIsConstexpr() local 7325 if (BaseCtor) in specialMemberIsConstexpr() 7326 return BaseCtor->isConstexpr(); in specialMemberIsConstexpr() 9203 auto *BaseCtor = in lookupInheritedCtor() local 9205 if (auto *MD = ICI->findConstructorForBase(Class, BaseCtor).first) in lookupInheritedCtor() 9464 if (auto *BaseCtor = SMOR.getMethod()) { in shouldDeleteForBase() local 9466 // this is the same as shouldDeleteForSubobjectCall(Base, BaseCtor, false); in shouldDeleteForBase() 9469 if (BaseCtor->isDeleted() && Diagnose) { in shouldDeleteForBase() 9475 S.NoteDeletedFunction(BaseCtor); in shouldDeleteForBase() 9477 return BaseCtor in shouldDeleteForBase() 13627 if (auto *BaseCtor = SMOR.getMethod()) { visitBase() local 13944 findInheritingConstructor(SourceLocation Loc,CXXConstructorDecl * BaseCtor,ConstructorUsingShadowDecl * Shadow) findInheritingConstructor() argument 14083 auto BaseCtor = ICI.findConstructorForBase(BaseRD, InheritedCtor); DefineInheritingConstructor() local [all...]
2515 CXXConstructorDecl *BaseCtor = nullptr; variable2520 CXXConstructorDecl *BaseCtor) in InheritedConstructor() argument2521 : Shadow(Shadow), BaseCtor(BaseCtor) {} in InheritedConstructor()2526 CXXConstructorDecl *getConstructor() const { return BaseCtor; } in getConstructor()
4933 findInheritingConstructor(SourceLocation Loc, CXXConstructorDecl *BaseCtor,