Home
last modified time | relevance | path

Searched refs:getCtorType (Results 1 – 10 of 10) sorted by relevance

/llvm-project-15.0.7/clang/include/clang/AST/
H A DGlobalDecl.h105 CXXCtorType getCtorType() const { in getCtorType() function
/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCGClass.cpp648 if (CGF.CurGD.getCtorType() == Ctor_Base) in EmitMemberInitializer()
841 CXXCtorType CtorType = CurGD.getCtorType(); in EmitConstructorBody()
2457 CurGD.getCtorType() == Ctor_Complete ? Dtor_Complete : Dtor_Base; in EmitDelegatingCXXConstructorCall()
H A DCodeGenPGO.cpp815 if (GD.getCtorType() != Ctor_Base && in assignRegionCounters()
H A DItaniumCXXABI.cpp95 switch (GD.getCtorType()) { in isThisCompleteObject()
1602 if ((isa<CXXConstructorDecl>(GD.getDecl()) ? GD.getCtorType() == Ctor_Base in buildStructorSignature()
3032 if (isa<CXXConstructorDecl>(MD) && GD.getCtorType() == Ctor_Base) in NeedsVTTParameter()
4303 if (CD ? GD.getCtorType() == Ctor_Complete in emitCXXStructor()
H A DCGExprCXX.cpp639 Type = CurGD.getCtorType(); in EmitCXXConstructExpr()
H A DCodeGenModule.cpp1501 CXXCtorType OrigCtorType = GD.getCtorType(); in getMangledName()
1557 MangleCtx.mangleCtorBlock(CD, GD.getCtorType(), BD, Out); in getBlockMangledName()
3864 GDDef = GlobalDecl(CD, GD.getCtorType()); in GetOrCreateLLVMFunction()
H A DCodeGenFunction.cpp1294 getTypes().inheritingCtorHasParams(Inherited, GD.getCtorType()); in BuildFunctionArgList()
H A DCGCall.cpp332 PassParams = inheritingCtorHasParams(Inherited, GD.getCtorType()); in arrangeCXXStructorDeclaration()
/llvm-project-15.0.7/clang/lib/AST/
H A DMicrosoftMangle.cpp3360 auto Type = GD.getCtorType(); in mangleCXXName()
H A DItaniumMangle.cpp6319 auto Type = GD.getCtorType(); in mangleCXXName()