Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DGlobalDecl.h105 CXXCtorType getCtorType() const { in getCtorType() function
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGClass.cpp650 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()
H A DItaniumCXXABI.cpp98 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()
H A DCodeGenPGO.cpp1034 if (GD.getCtorType() != Ctor_Base && in assignRegionCounters()
H A DCGExprCXX.cpp649 Type = CurGD.getCtorType(); in EmitCXXConstructExpr()
H A DCodeGenModule.cpp1982 CXXCtorType OrigCtorType = GD.getCtorType(); in getMangledName()
2038 MangleCtx.mangleCtorBlock(CD, GD.getCtorType(), BD, Out); in getBlockMangledName()
4582 GDDef = GlobalDecl(CD, GD.getCtorType()); in GetOrCreateLLVMFunction()
H A DCodeGenFunction.cpp1400 getTypes().inheritingCtorHasParams(Inherited, GD.getCtorType()); in BuildFunctionArgList()
H A DCGCall.cpp350 PassParams = inheritingCtorHasParams(Inherited, GD.getCtorType()); in arrangeCXXStructorDeclaration()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DMicrosoftMangle.cpp3655 auto Type = GD.getCtorType(); in mangleCXXName()
H A DItaniumMangle.cpp7027 auto Type = GD.getCtorType(); in mangleCXXName()