Home
last modified time | relevance | path

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

/external/clang/include/clang/AST/
DGlobalDecl.h64 CXXCtorType getCtorType() const { in getCtorType() function
/external/clang/lib/CodeGen/
DCodeGenModule.cpp649 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()
DCodeGenPGO.cpp627 GD.getCtorType() != Ctor_Base) || in assignRegionCounters()
DCGClass.cpp920 CXXCtorType CtorType = CurGD.getCtorType(); in EmitConstructorBody()
2383 CurGD.getCtorType() == Ctor_Complete ? Dtor_Complete : Dtor_Base; in EmitDelegatingCXXConstructorCall()
DItaniumCXXABI.cpp90 switch (GD.getCtorType()) { in isThisCompleteObject()
2368 if (isa<CXXConstructorDecl>(MD) && GD.getCtorType() == Ctor_Base) in NeedsVTTParameter()
DCodeGenFunction.cpp974 getTypes().inheritingCtorHasParams(Inherited, GD.getCtorType()); in BuildFunctionArgList()
DCGExprCXX.cpp490 Type = CurGD.getCtorType(); in EmitCXXConstructExpr()
DCGCall.cpp461 return arrangeCXXStructorDeclaration(CD, getFromCtorType(GD.getCtorType())); in arrangeGlobalDeclaration()