Searched refs:getCtorType (Results 1 – 14 of 14) sorted by relevance
165 if (cd ? gd.getCtorType() == Ctor_Complete in emitCXXStructor()233 if (isa<CXXConstructorDecl>(md) && gd.getCtorType() == Ctor_Base) in needsVTTParameter()
92 LValue lhs = (cgf.curGD.getCtorType() == Ctor_Base) in emitMemberInitializer()
504 CXXCtorType ctorType = curGD.getCtorType(); in emitConstructorBody()
1612 type = curGD.getCtorType(); in emitCXXConstructExpr()
108 CXXCtorType getCtorType() const { in getCtorType() function
646 if (CGF.CurGD.getCtorType() == Ctor_Base) in EmitMemberInitializer()839 CXXCtorType CtorType = CurGD.getCtorType(); in EmitConstructorBody()2508 CurGD.getCtorType() == Ctor_Complete ? Dtor_Complete : Dtor_Base; in EmitDelegatingCXXConstructorCall()
98 switch (GD.getCtorType()) { in isThisCompleteObject()1856 if ((isa<CXXConstructorDecl>(GD.getDecl()) ? GD.getCtorType() == Ctor_Base in buildStructorSignature()3360 if (isa<CXXConstructorDecl>(MD) && GD.getCtorType() == Ctor_Base) in NeedsVTTParameter()4727 if (CD ? GD.getCtorType() == Ctor_Complete in emitCXXStructor()
1034 if (GD.getCtorType() != Ctor_Base && in assignRegionCounters()
654 Type = CurGD.getCtorType(); in EmitCXXConstructExpr()
2154 CXXCtorType OrigCtorType = GD.getCtorType(); in getMangledName()2220 MangleCtx.mangleCtorBlock(CD, GD.getCtorType(), BD, Out); in getBlockMangledName()4822 GDDef = GlobalDecl(CD, GD.getCtorType()); in GetOrCreateLLVMFunction()
1444 getTypes().inheritingCtorHasParams(Inherited, GD.getCtorType()); in BuildFunctionArgList()
416 PassParams = inheritingCtorHasParams(Inherited, GD.getCtorType()); in arrangeCXXStructorDeclaration()
3740 auto Type = GD.getCtorType(); in mangleCXXName()
7300 auto Type = GD.getCtorType(); in mangleCXXName()