Searched refs:getCtorType (Results 1 – 10 of 10) sorted by relevance
105 CXXCtorType getCtorType() const { in getCtorType() function
648 if (CGF.CurGD.getCtorType() == Ctor_Base) in EmitMemberInitializer()841 CXXCtorType CtorType = CurGD.getCtorType(); in EmitConstructorBody()2457 CurGD.getCtorType() == Ctor_Complete ? Dtor_Complete : Dtor_Base; in EmitDelegatingCXXConstructorCall()
815 if (GD.getCtorType() != Ctor_Base && in assignRegionCounters()
95 switch (GD.getCtorType()) { in isThisCompleteObject()1602 if ((isa<CXXConstructorDecl>(GD.getDecl()) ? GD.getCtorType() == Ctor_Base in buildStructorSignature()3032 if (isa<CXXConstructorDecl>(MD) && GD.getCtorType() == Ctor_Base) in NeedsVTTParameter()4303 if (CD ? GD.getCtorType() == Ctor_Complete in emitCXXStructor()
639 Type = CurGD.getCtorType(); in EmitCXXConstructExpr()
1501 CXXCtorType OrigCtorType = GD.getCtorType(); in getMangledName()1557 MangleCtx.mangleCtorBlock(CD, GD.getCtorType(), BD, Out); in getBlockMangledName()3864 GDDef = GlobalDecl(CD, GD.getCtorType()); in GetOrCreateLLVMFunction()
1294 getTypes().inheritingCtorHasParams(Inherited, GD.getCtorType()); in BuildFunctionArgList()
332 PassParams = inheritingCtorHasParams(Inherited, GD.getCtorType()); in arrangeCXXStructorDeclaration()
3360 auto Type = GD.getCtorType(); in mangleCXXName()
6319 auto Type = GD.getCtorType(); in mangleCXXName()