Lines Matching refs:CXXConstructorDecl
755 if (const auto *Constructor = dyn_cast<CXXConstructorDecl>(D)) { in addedMember()
808 if (const auto *Constructor = dyn_cast<CXXConstructorDecl>(DUnderlying)) { in addedMember()
1388 if (const auto *Constructor = dyn_cast<CXXConstructorDecl>(D)) { in finishedDefaultedOrDeletedMember()
1442 if (const auto *Constructor = dyn_cast<CXXConstructorDecl>(D)) { in setTrivialForCallFlags()
2048 return cast<CXXConstructorDecl>(Function)->getExplicitSpecifier(); in getFromDecl()
2410 if (isa<CXXConstructorDecl>(this)) return nullptr; in begin_overridden_methods()
2415 if (isa<CXXConstructorDecl>(this)) return nullptr; in end_overridden_methods()
2420 if (isa<CXXConstructorDecl>(this)) return 0; in size_overridden_methods()
2426 if (isa<CXXConstructorDecl>(this)) in overridden_methods()
2563 CXXConstructorDecl::CXXConstructorDecl( in CXXConstructorDecl() function in CXXConstructorDecl
2581 void CXXConstructorDecl::anchor() {} in anchor()
2583 CXXConstructorDecl *CXXConstructorDecl::CreateDeserialized(ASTContext &C, in CreateDeserialized()
2592 auto *Result = new (C, ID, Extra) CXXConstructorDecl( in CreateDeserialized()
2603 CXXConstructorDecl *CXXConstructorDecl::Create( in Create()
2616 CXXConstructorDecl(C, RD, StartLoc, NameInfo, T, TInfo, ES, isInline, in Create()
2621 CXXConstructorDecl::init_const_iterator CXXConstructorDecl::init_begin() const { in init_begin()
2625 CXXConstructorDecl *CXXConstructorDecl::getTargetConstructor() const { in getTargetConstructor()
2634 bool CXXConstructorDecl::isDefaultConstructor() const { in isDefaultConstructor()
2643 CXXConstructorDecl::isCopyConstructor(unsigned &TypeQuals) const { in isCopyConstructor()
2648 bool CXXConstructorDecl::isMoveConstructor(unsigned &TypeQuals) const { in isMoveConstructor()
2654 bool CXXConstructorDecl::isCopyOrMoveConstructor(unsigned &TypeQuals) const { in isCopyOrMoveConstructor()
2693 bool CXXConstructorDecl::isConvertingConstructor(bool AllowExplicit) const { in isConvertingConstructor()
2711 bool CXXConstructorDecl::isSpecializationCopyingObject() const { in isSpecializationCopyingObject()