Searched refs:getCtorType (Results 1 – 8 of 8) sorted by relevance
| /freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/ |
| H A D | GlobalDecl.h | 71 CXXCtorType getCtorType() const { in getCtorType() function
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/ |
| H A D | CodeGenModule.cpp | 951 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 D | CGClass.cpp | 625 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 D | CodeGenPGO.cpp | 779 if (GD.getCtorType() != Ctor_Base && in assignRegionCounters()
|
| H A D | ItaniumCXXABI.cpp | 96 switch (GD.getCtorType()) { in isThisCompleteObject() 2648 if (isa<CXXConstructorDecl>(MD) && GD.getCtorType() == Ctor_Base) in NeedsVTTParameter()
|
| H A D | CGExprCXX.cpp | 622 Type = CurGD.getCtorType(); in EmitCXXConstructExpr()
|
| H A D | CodeGenFunction.cpp | 1272 getTypes().inheritingCtorHasParams(Inherited, GD.getCtorType()); in BuildFunctionArgList()
|
| H A D | CGCall.cpp | 521 return arrangeCXXStructorDeclaration(CD, getFromCtorType(GD.getCtorType())); in arrangeGlobalDeclaration()
|