Lines Matching defs:CXXConstructorDecl
96 if (isa<CXXConstructorDecl>(GD.getDecl())) {
250 void EmitCXXConstructors(const CXXConstructorDecl *D) override;
272 const CXXConstructorDecl *D,
347 size_t getSrcArgforCopyCtor(const CXXConstructorDecl *,
1814 void ItaniumCXXABI::EmitCXXConstructors(const CXXConstructorDecl *D) {
1839 if ((isa<CXXConstructorDecl>(GD.getDecl()) ? GD.getCtorType() == Ctor_Base
1871 assert(isa<CXXConstructorDecl>(MD) || isa<CXXDestructorDecl>(MD));
1917 CodeGenFunction &CGF, const CXXConstructorDecl *D, CXXCtorType Type,
3340 if (isa<CXXConstructorDecl>(MD) && GD.getCtorType() == Ctor_Base)
4643 const auto *CD = cast<CXXConstructorDecl>(MD);
4701 auto *CD = dyn_cast<CXXConstructorDecl>(MD);