Searched refs:getCtorType (Results 1 – 10 of 10) sorted by relevance
104 CXXCtorType getCtorType() const { in getCtorType() function
647 if (CGF.CurGD.getCtorType() == Ctor_Base) in EmitMemberInitializer()840 CXXCtorType CtorType = CurGD.getCtorType(); in EmitConstructorBody()2429 CurGD.getCtorType() == Ctor_Complete ? Dtor_Complete : Dtor_Base; in EmitDelegatingCXXConstructorCall()
807 if (GD.getCtorType() != Ctor_Base && in assignRegionCounters()
95 switch (GD.getCtorType()) { in isThisCompleteObject()1635 if ((isa<CXXConstructorDecl>(GD.getDecl()) ? GD.getCtorType() == Ctor_Base in buildStructorSignature()3070 if (isa<CXXConstructorDecl>(MD) && GD.getCtorType() == Ctor_Base) in NeedsVTTParameter()4338 if (CD ? GD.getCtorType() == Ctor_Complete in emitCXXStructor()
1351 CXXCtorType OrigCtorType = GD.getCtorType(); in getMangledName()1408 MangleCtx.mangleCtorBlock(CD, GD.getCtorType(), BD, Out); in getBlockMangledName()3510 GDDef = GlobalDecl(CD, GD.getCtorType()); in GetOrCreateLLVMFunction()
638 Type = CurGD.getCtorType(); in EmitCXXConstructExpr()
1268 getTypes().inheritingCtorHasParams(Inherited, GD.getCtorType()); in BuildFunctionArgList()
323 PassParams = inheritingCtorHasParams(Inherited, GD.getCtorType()); in arrangeCXXStructorDeclaration()
3323 auto Type = GD.getCtorType(); in mangleCXXName()
6179 auto Type = GD.getCtorType(); in mangleCXXName()