Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DGlobalDecl.h104 CXXCtorType getCtorType() const { in getCtorType() function
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGClass.cpp650 if (CGF.CurGD.getCtorType() == Ctor_Base) in EmitMemberInitializer()
843 CXXCtorType CtorType = CurGD.getCtorType(); in EmitConstructorBody()
2431 CurGD.getCtorType() == Ctor_Complete ? Dtor_Complete : Dtor_Base; in EmitDelegatingCXXConstructorCall()
H A DItaniumCXXABI.cpp95 switch (GD.getCtorType()) { in isThisCompleteObject()
1623 if ((isa<CXXConstructorDecl>(GD.getDecl()) ? GD.getCtorType() == Ctor_Base in buildStructorSignature()
3030 if (isa<CXXConstructorDecl>(MD) && GD.getCtorType() == Ctor_Base) in NeedsVTTParameter()
4298 if (CD ? GD.getCtorType() == Ctor_Complete in emitCXXStructor()
H A DCodeGenPGO.cpp807 if (GD.getCtorType() != Ctor_Base && in assignRegionCounters()
H A DCodeGenModule.cpp1321 CXXCtorType OrigCtorType = GD.getCtorType(); in getMangledName()
1378 MangleCtx.mangleCtorBlock(CD, GD.getCtorType(), BD, Out); in getBlockMangledName()
3480 GDDef = GlobalDecl(CD, GD.getCtorType()); in GetOrCreateLLVMFunction()
H A DCGExprCXX.cpp635 Type = CurGD.getCtorType(); in EmitCXXConstructExpr()
H A DCodeGenFunction.cpp1260 getTypes().inheritingCtorHasParams(Inherited, GD.getCtorType()); in BuildFunctionArgList()
H A DCGCall.cpp322 PassParams = inheritingCtorHasParams(Inherited, GD.getCtorType()); in arrangeCXXStructorDeclaration()
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DMicrosoftMangle.cpp3320 auto Type = GD.getCtorType(); in mangleCXXName()
H A DItaniumMangle.cpp6159 auto Type = GD.getCtorType(); in mangleCXXName()