• Home
  • Raw
  • Download

Lines Matching refs:CXXConstructorDecl

665   auto *CD = dyn_cast<CXXConstructorDecl>(D);  in isMemcpyEquivalentSpecialMember()
698 const CXXConstructorDecl *Constructor, in EmitMemberInitializer()
807 static bool IsConstructorDelegationValid(const CXXConstructorDecl *Ctor) { in IsConstructorDelegationValid()
857 Prologue ? cast<CXXConstructorDecl>(CurGD.getDecl())->getParent() in EmitAsanPrologueOrEpilogue()
919 const CXXConstructorDecl *Ctor = cast<CXXConstructorDecl>(CurGD.getDecl()); in EmitConstructorBody()
1132 const CXXConstructorDecl *CD, in getTrivialCopySource()
1164 ConstructorMemcpyizer(CodeGenFunction &CGF, const CXXConstructorDecl *CD, in ConstructorMemcpyizer()
1225 const CXXConstructorDecl *ConstructorDecl;
1352 void CodeGenFunction::EmitCtorPrologue(const CXXConstructorDecl *CD, in EmitCtorPrologue()
1360 CXXConstructorDecl::init_const_iterator B = CD->init_begin(), in EmitCtorPrologue()
1918 const CXXConstructorDecl *ctor, const ArrayType *arrayType, in EmitCXXAggrConstructorCall()
1936 void CodeGenFunction::EmitCXXAggrConstructorCall(const CXXConstructorDecl *ctor, in EmitCXXAggrConstructorCall()
2046 void CodeGenFunction::EmitCXXConstructorCall(const CXXConstructorDecl *D, in EmitCXXConstructorCall()
2078 const CXXConstructorDecl *Ctor, in canEmitDelegateCallArgs()
2101 void CodeGenFunction::EmitCXXConstructorCall(const CXXConstructorDecl *D, in EmitCXXConstructorCall()
2173 const CXXConstructorDecl *D, bool ForVirtualBase, Address This, in EmitInheritedCXXConstructorCall()
2196 const auto *OuterCtor = cast<CXXConstructorDecl>(CurCodeDecl); in EmitInheritedCXXConstructorCall()
2220 const CXXConstructorDecl *Ctor, CXXCtorType CtorType, bool ForVirtualBase, in EmitInlinedInheritingCXXConstructorCall()
2290 CodeGenFunction::EmitSynthesizedCXXCopyCtorCall(const CXXConstructorDecl *D, in EmitSynthesizedCXXCopyCtorCall()
2314 CodeGenFunction::EmitDelegateCXXConstructorCall(const CXXConstructorDecl *Ctor, in EmitDelegateCXXConstructorCall()
2366 CodeGenFunction::EmitDelegatingCXXConstructorCall(const CXXConstructorDecl *Ctor, in EmitDelegatingCXXConstructorCall()