Searched refs:getCtorType (Results 1 – 10 of 10) sorted by relevance
105 CXXCtorType getCtorType() const { in getCtorType() function
650 if (CGF.CurGD.getCtorType() == Ctor_Base) in EmitMemberInitializer()843 CXXCtorType CtorType = CurGD.getCtorType(); in EmitConstructorBody()2503 CurGD.getCtorType() == Ctor_Complete ? Dtor_Complete : Dtor_Base; in EmitDelegatingCXXConstructorCall()
98 switch (GD.getCtorType()) { in isThisCompleteObject()1842 if ((isa<CXXConstructorDecl>(GD.getDecl()) ? GD.getCtorType() == Ctor_Base in buildStructorSignature()3327 if (isa<CXXConstructorDecl>(MD) && GD.getCtorType() == Ctor_Base) in NeedsVTTParameter()4680 if (CD ? GD.getCtorType() == Ctor_Complete in emitCXXStructor()
1034 if (GD.getCtorType() != Ctor_Base && in assignRegionCounters()
649 Type = CurGD.getCtorType(); in EmitCXXConstructExpr()
1982 CXXCtorType OrigCtorType = GD.getCtorType(); in getMangledName()2038 MangleCtx.mangleCtorBlock(CD, GD.getCtorType(), BD, Out); in getBlockMangledName()4582 GDDef = GlobalDecl(CD, GD.getCtorType()); in GetOrCreateLLVMFunction()
1400 getTypes().inheritingCtorHasParams(Inherited, GD.getCtorType()); in BuildFunctionArgList()
350 PassParams = inheritingCtorHasParams(Inherited, GD.getCtorType()); in arrangeCXXStructorDeclaration()
3655 auto Type = GD.getCtorType(); in mangleCXXName()
7027 auto Type = GD.getCtorType(); in mangleCXXName()