Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:CtorType

383                                 CXXCtorType CtorType) {
396 if (CtorType == Ctor_Base && isBaseVirtual)
708 CXXCtorType CtorType = CurGD.getCtorType();
712 if (CtorType == Ctor_Complete && IsConstructorDelegationValid(Ctor) &&
735 EmitCtorPrologue(Ctor, CtorType, Args);
1103 CXXCtorType CtorType,
1124 EmitBaseInitializer(*this, ClassDecl, *B, CtorType);
1136 EmitBaseInitializer(*this, ClassDecl, *B, CtorType);
1728 CXXCtorType CtorType,
1740 if (llvm::Value *VTT = GetVTTParameter(GlobalDecl(Ctor, CtorType),
1759 EmitCall(CGM.getTypes().arrangeCXXConstructorDeclaration(Ctor, CtorType),
1760 CGM.GetAddrOfCXXConstructor(Ctor, CtorType),