Searched refs:getCtorType (Results 1 – 10 of 10) sorted by relevance
104 CXXCtorType getCtorType() const { in getCtorType() function
650 if (CGF.CurGD.getCtorType() == Ctor_Base) in EmitMemberInitializer()843 CXXCtorType CtorType = CurGD.getCtorType(); in EmitConstructorBody()2431 CurGD.getCtorType() == Ctor_Complete ? Dtor_Complete : Dtor_Base; in EmitDelegatingCXXConstructorCall()
95 switch (GD.getCtorType()) { in isThisCompleteObject()1623 if ((isa<CXXConstructorDecl>(GD.getDecl()) ? GD.getCtorType() == Ctor_Base in buildStructorSignature()3030 if (isa<CXXConstructorDecl>(MD) && GD.getCtorType() == Ctor_Base) in NeedsVTTParameter()4298 if (CD ? GD.getCtorType() == Ctor_Complete in emitCXXStructor()
807 if (GD.getCtorType() != Ctor_Base && in assignRegionCounters()
1321 CXXCtorType OrigCtorType = GD.getCtorType(); in getMangledName()1378 MangleCtx.mangleCtorBlock(CD, GD.getCtorType(), BD, Out); in getBlockMangledName()3480 GDDef = GlobalDecl(CD, GD.getCtorType()); in GetOrCreateLLVMFunction()
635 Type = CurGD.getCtorType(); in EmitCXXConstructExpr()
1260 getTypes().inheritingCtorHasParams(Inherited, GD.getCtorType()); in BuildFunctionArgList()
322 PassParams = inheritingCtorHasParams(Inherited, GD.getCtorType()); in arrangeCXXStructorDeclaration()
3320 auto Type = GD.getCtorType(); in mangleCXXName()
6159 auto Type = GD.getCtorType(); in mangleCXXName()