Searched refs:getCtorType (Results 1 – 10 of 10) sorted by relevance
105 CXXCtorType getCtorType() const { in getCtorType() function
641 if (CGF.CurGD.getCtorType() == Ctor_Base) in EmitMemberInitializer()834 CXXCtorType CtorType = CurGD.getCtorType(); in EmitConstructorBody()2488 CurGD.getCtorType() == Ctor_Complete ? Dtor_Complete : Dtor_Base; in EmitDelegatingCXXConstructorCall()
97 switch (GD.getCtorType()) { in isThisCompleteObject()1676 if ((isa<CXXConstructorDecl>(GD.getDecl()) ? GD.getCtorType() == Ctor_Base in buildStructorSignature()3132 if (isa<CXXConstructorDecl>(MD) && GD.getCtorType() == Ctor_Base) in NeedsVTTParameter()4405 if (CD ? GD.getCtorType() == Ctor_Complete in emitCXXStructor()
945 if (GD.getCtorType() != Ctor_Base && in assignRegionCounters()
646 Type = CurGD.getCtorType(); in EmitCXXConstructExpr()
1956 CXXCtorType OrigCtorType = GD.getCtorType(); in getMangledName()2012 MangleCtx.mangleCtorBlock(CD, GD.getCtorType(), BD, Out); in getBlockMangledName()4484 GDDef = GlobalDecl(CD, GD.getCtorType()); in GetOrCreateLLVMFunction()
1325 getTypes().inheritingCtorHasParams(Inherited, GD.getCtorType()); in BuildFunctionArgList()
339 PassParams = inheritingCtorHasParams(Inherited, GD.getCtorType()); in arrangeCXXStructorDeclaration()
3508 auto Type = GD.getCtorType(); in mangleCXXName()
6996 auto Type = GD.getCtorType(); in mangleCXXName()