Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/
H A DGlobalDecl.h105 CXXCtorType getCtorType() const { in getCtorType() function
/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DCGClass.cpp641 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()
H A DItaniumCXXABI.cpp97 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()
H A DCodeGenPGO.cpp945 if (GD.getCtorType() != Ctor_Base && in assignRegionCounters()
H A DCGExprCXX.cpp646 Type = CurGD.getCtorType(); in EmitCXXConstructExpr()
H A DCodeGenModule.cpp1956 CXXCtorType OrigCtorType = GD.getCtorType(); in getMangledName()
2012 MangleCtx.mangleCtorBlock(CD, GD.getCtorType(), BD, Out); in getBlockMangledName()
4484 GDDef = GlobalDecl(CD, GD.getCtorType()); in GetOrCreateLLVMFunction()
H A DCodeGenFunction.cpp1325 getTypes().inheritingCtorHasParams(Inherited, GD.getCtorType()); in BuildFunctionArgList()
H A DCGCall.cpp339 PassParams = inheritingCtorHasParams(Inherited, GD.getCtorType()); in arrangeCXXStructorDeclaration()
/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DMicrosoftMangle.cpp3508 auto Type = GD.getCtorType(); in mangleCXXName()
H A DItaniumMangle.cpp6996 auto Type = GD.getCtorType(); in mangleCXXName()