Lines Matching refs:CXXConstructorDecl

503   if (CXXConstructorDecl *Constructor = dyn_cast<CXXConstructorDecl>(D)) {  in addedMember()
539 if (CXXConstructorDecl *Constructor = in addedMember()
540 dyn_cast<CXXConstructorDecl>(DUnderlying)) { in addedMember()
995 if (CXXConstructorDecl *Constructor = dyn_cast<CXXConstructorDecl>(D)) { in finishedDefaultedOrDeletedMember()
1640 if (isa<CXXConstructorDecl>(this)) return nullptr; in begin_overridden_methods()
1645 if (isa<CXXConstructorDecl>(this)) return nullptr; in end_overridden_methods()
1650 if (isa<CXXConstructorDecl>(this)) return 0; in size_overridden_methods()
1656 if (isa<CXXConstructorDecl>(this)) in overridden_methods()
1808 void CXXConstructorDecl::anchor() { } in anchor()
1810 CXXConstructorDecl *CXXConstructorDecl::CreateDeserialized(ASTContext &C, in CreateDeserialized()
1814 auto *Result = new (C, ID, Extra) CXXConstructorDecl( in CreateDeserialized()
1821 CXXConstructorDecl *
1822 CXXConstructorDecl::Create(ASTContext &C, CXXRecordDecl *RD, in Create()
1834 return new (C, RD, Extra) CXXConstructorDecl( in Create()
1839 CXXConstructorDecl::init_const_iterator CXXConstructorDecl::init_begin() const { in init_begin()
1843 CXXConstructorDecl *CXXConstructorDecl::getTargetConstructor() const { in getTargetConstructor()
1852 bool CXXConstructorDecl::isDefaultConstructor() const { in isDefaultConstructor()
1861 CXXConstructorDecl::isCopyConstructor(unsigned &TypeQuals) const { in isCopyConstructor()
1866 bool CXXConstructorDecl::isMoveConstructor(unsigned &TypeQuals) const { in isMoveConstructor()
1872 bool CXXConstructorDecl::isCopyOrMoveConstructor(unsigned &TypeQuals) const { in isCopyOrMoveConstructor()
1913 bool CXXConstructorDecl::isConvertingConstructor(bool AllowExplicit) const { in isConvertingConstructor()
1931 bool CXXConstructorDecl::isSpecializationCopyingObject() const { in isSpecializationCopyingObject()