Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/
H A DGlobalDecl.h71 CXXCtorType getCtorType() const { in getCtorType() function
/freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/
H A DCodeGenModule.cpp951 MC.mangleCXXCtor(D, GD.getCtorType(), Out); in getMangledNameImpl()
1037 CXXCtorType OrigCtorType = GD.getCtorType(); in getMangledName()
1066 MangleCtx.mangleCtorBlock(CD, GD.getCtorType(), BD, Out); in getBlockMangledName()
2454 ABI->emitCXXStructor(CD, getFromCtorType(GD.getCtorType())); in EmitGlobalDefinition()
2718 GDDef = GlobalDecl(CD, GD.getCtorType()); in GetOrCreateLLVMFunction()
3211 getFromCtorType(GD.getCtorType()), in GetAddrOfGlobal()
H A DCGClass.cpp625 if (CGF.CurGD.getCtorType() == Ctor_Base) in EmitMemberInitializer()
823 CXXCtorType CtorType = CurGD.getCtorType(); in EmitConstructorBody()
2381 CurGD.getCtorType() == Ctor_Complete ? Dtor_Complete : Dtor_Base; in EmitDelegatingCXXConstructorCall()
H A DCodeGenPGO.cpp779 if (GD.getCtorType() != Ctor_Base && in assignRegionCounters()
H A DItaniumCXXABI.cpp96 switch (GD.getCtorType()) { in isThisCompleteObject()
2648 if (isa<CXXConstructorDecl>(MD) && GD.getCtorType() == Ctor_Base) in NeedsVTTParameter()
H A DCGExprCXX.cpp622 Type = CurGD.getCtorType(); in EmitCXXConstructExpr()
H A DCodeGenFunction.cpp1272 getTypes().inheritingCtorHasParams(Inherited, GD.getCtorType()); in BuildFunctionArgList()
H A DCGCall.cpp521 return arrangeCXXStructorDeclaration(CD, getFromCtorType(GD.getCtorType())); in arrangeGlobalDeclaration()