Searched refs:getCtorType (Results 1 – 18 of 18) sorted by relevance
/external/clang/include/clang/AST/ |
D | GlobalDecl.h | 64 CXXCtorType getCtorType() const { in getCtorType() function
|
/external/llvm-project/clang/include/clang/AST/ |
D | GlobalDecl.h | 104 CXXCtorType getCtorType() const { in getCtorType() function
|
/external/clang/lib/CodeGen/ |
D | CodeGenModule.cpp | 649 CXXCtorType OrigCtorType = GD.getCtorType(); in getMangledName() 666 getCXXABI().getMangleContext().mangleCXXCtor(D, GD.getCtorType(), Out); in getMangledName() 694 MangleCtx.mangleCtorBlock(CD, GD.getCtorType(), BD, Out); in getBlockMangledName() 1789 ABI->emitCXXStructor(CD, getFromCtorType(GD.getCtorType())); in EmitGlobalDefinition() 2183 getFromCtorType(GD.getCtorType()), in GetAddrOfGlobal()
|
D | CodeGenPGO.cpp | 627 GD.getCtorType() != Ctor_Base) || in assignRegionCounters()
|
D | CGClass.cpp | 920 CXXCtorType CtorType = CurGD.getCtorType(); in EmitConstructorBody() 2383 CurGD.getCtorType() == Ctor_Complete ? Dtor_Complete : Dtor_Base; in EmitDelegatingCXXConstructorCall()
|
D | ItaniumCXXABI.cpp | 90 switch (GD.getCtorType()) { in isThisCompleteObject() 2368 if (isa<CXXConstructorDecl>(MD) && GD.getCtorType() == Ctor_Base) in NeedsVTTParameter()
|
D | CodeGenFunction.cpp | 974 getTypes().inheritingCtorHasParams(Inherited, GD.getCtorType()); in BuildFunctionArgList()
|
D | CGExprCXX.cpp | 490 Type = CurGD.getCtorType(); in EmitCXXConstructExpr()
|
D | CGCall.cpp | 461 return arrangeCXXStructorDeclaration(CD, getFromCtorType(GD.getCtorType())); in arrangeGlobalDeclaration()
|
/external/llvm-project/clang/lib/CodeGen/ |
D | CGClass.cpp | 650 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()
|
D | ItaniumCXXABI.cpp | 95 switch (GD.getCtorType()) { in isThisCompleteObject() 1617 if ((isa<CXXConstructorDecl>(GD.getDecl()) ? GD.getCtorType() == Ctor_Base in buildStructorSignature() 2961 if (isa<CXXConstructorDecl>(MD) && GD.getCtorType() == Ctor_Base) in NeedsVTTParameter() 4202 if (CD ? GD.getCtorType() == Ctor_Complete in emitCXXStructor()
|
D | CodeGenPGO.cpp | 792 if (GD.getCtorType() != Ctor_Base && in assignRegionCounters()
|
D | CodeGenModule.cpp | 1212 CXXCtorType OrigCtorType = GD.getCtorType(); in getMangledName() 1262 MangleCtx.mangleCtorBlock(CD, GD.getCtorType(), BD, Out); in getBlockMangledName() 3332 GDDef = GlobalDecl(CD, GD.getCtorType()); in GetOrCreateLLVMFunction()
|
D | CGExprCXX.cpp | 633 Type = CurGD.getCtorType(); in EmitCXXConstructExpr()
|
D | CodeGenFunction.cpp | 1252 getTypes().inheritingCtorHasParams(Inherited, GD.getCtorType()); in BuildFunctionArgList()
|
D | CGCall.cpp | 320 PassParams = inheritingCtorHasParams(Inherited, GD.getCtorType()); in arrangeCXXStructorDeclaration()
|
/external/llvm-project/clang/lib/AST/ |
D | MicrosoftMangle.cpp | 3208 auto Type = GD.getCtorType(); in mangleCXXName()
|
D | ItaniumMangle.cpp | 5656 auto Type = GD.getCtorType(); in mangleCXXName()
|