Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/clang/include/clang/AST/
DGlobalDecl.h105 CXXCtorType getCtorType() const { in getCtorType() function
/openbsd/src/gnu/llvm/clang/lib/CodeGen/
DCGClass.cpp649 if (CGF.CurGD.getCtorType() == Ctor_Base) in EmitMemberInitializer()
842 CXXCtorType CtorType = CurGD.getCtorType(); in EmitConstructorBody()
2498 CurGD.getCtorType() == Ctor_Complete ? Dtor_Complete : Dtor_Base; in EmitDelegatingCXXConstructorCall()
DCodeGenPGO.cpp816 if (GD.getCtorType() != Ctor_Base && in assignRegionCounters()
DItaniumCXXABI.cpp95 switch (GD.getCtorType()) { in isThisCompleteObject()
1591 if ((isa<CXXConstructorDecl>(GD.getDecl()) ? GD.getCtorType() == Ctor_Base in buildStructorSignature()
3059 if (isa<CXXConstructorDecl>(MD) && GD.getCtorType() == Ctor_Base) in NeedsVTTParameter()
4331 if (CD ? GD.getCtorType() == Ctor_Complete in emitCXXStructor()
DCGExprCXX.cpp642 Type = CurGD.getCtorType(); in EmitCXXConstructExpr()
DCodeGenModule.cpp1552 CXXCtorType OrigCtorType = GD.getCtorType(); in getMangledName()
1608 MangleCtx.mangleCtorBlock(CD, GD.getCtorType(), BD, Out); in getBlockMangledName()
4016 GDDef = GlobalDecl(CD, GD.getCtorType()); in GetOrCreateLLVMFunction()
DCodeGenFunction.cpp1317 getTypes().inheritingCtorHasParams(Inherited, GD.getCtorType()); in BuildFunctionArgList()
DCGCall.cpp335 PassParams = inheritingCtorHasParams(Inherited, GD.getCtorType()); in arrangeCXXStructorDeclaration()
/openbsd/src/gnu/llvm/clang/lib/AST/
DMicrosoftMangle.cpp3371 auto Type = GD.getCtorType(); in mangleCXXName()
DItaniumMangle.cpp6320 auto Type = GD.getCtorType(); in mangleCXXName()