Home | History | Annotate | Download | only in CodeGen

Lines Matching defs:CtorType

371                                 CXXCtorType CtorType) {
384 if (CtorType == Ctor_Base && isBaseVirtual)
716 CXXCtorType CtorType = CurGD.getCtorType();
720 if (CtorType == Ctor_Complete && IsConstructorDelegationValid(Ctor)) {
742 EmitCtorPrologue(Ctor, CtorType, Args);
763 CXXCtorType CtorType,
778 EmitBaseInitializer(*this, ClassDecl, Member, CtorType);
1317 CXXCtorType CtorType,
1329 if (llvm::Value *VTT = GetVTTParameter(*this, GlobalDecl(Ctor, CtorType),
1347 EmitCall(CGM.getTypes().arrangeCXXConstructorDeclaration(Ctor, CtorType),
1348 CGM.GetAddrOfCXXConstructor(Ctor, CtorType),