Searched refs:getCtorType (Results 1 – 10 of 10) sorted by relevance
105 CXXCtorType getCtorType() const { in getCtorType() function
649 if (CGF.CurGD.getCtorType() == Ctor_Base) in EmitMemberInitializer()842 CXXCtorType CtorType = CurGD.getCtorType(); in EmitConstructorBody()2498 CurGD.getCtorType() == Ctor_Complete ? Dtor_Complete : Dtor_Base; in EmitDelegatingCXXConstructorCall()
816 if (GD.getCtorType() != Ctor_Base && in assignRegionCounters()
95 switch (GD.getCtorType()) { in isThisCompleteObject()1591 if ((isa<CXXConstructorDecl>(GD.getDecl()) ? GD.getCtorType() == Ctor_Base in buildStructorSignature()3059 if (isa<CXXConstructorDecl>(MD) && GD.getCtorType() == Ctor_Base) in NeedsVTTParameter()4331 if (CD ? GD.getCtorType() == Ctor_Complete in emitCXXStructor()
642 Type = CurGD.getCtorType(); in EmitCXXConstructExpr()
1552 CXXCtorType OrigCtorType = GD.getCtorType(); in getMangledName()1608 MangleCtx.mangleCtorBlock(CD, GD.getCtorType(), BD, Out); in getBlockMangledName()4016 GDDef = GlobalDecl(CD, GD.getCtorType()); in GetOrCreateLLVMFunction()
1317 getTypes().inheritingCtorHasParams(Inherited, GD.getCtorType()); in BuildFunctionArgList()
335 PassParams = inheritingCtorHasParams(Inherited, GD.getCtorType()); in arrangeCXXStructorDeclaration()
3371 auto Type = GD.getCtorType(); in mangleCXXName()
6320 auto Type = GD.getCtorType(); in mangleCXXName()