Home
last modified time | relevance | path

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

/external/clang/include/clang/AST/
DGlobalDecl.h62 CXXCtorType getCtorType() const { in getCtorType() function
/external/clang/lib/CodeGen/
DCodeGenPGO.cpp664 GD.getCtorType() != Ctor_Base) || in checkGlobalDecl()
DCodeGenModule.h678 getFromCtorType(GD.getCtorType())); in GetAddrOfGlobal()
DCGClass.cpp776 CXXCtorType CtorType = CurGD.getCtorType(); in EmitConstructorBody()
1903 CurGD.getCtorType() == Ctor_Complete ? Dtor_Complete : Dtor_Base; in EmitDelegatingCXXConstructorCall()
DCodeGenModule.cpp566 getCXXABI().getMangleContext().mangleCXXCtor(D, GD.getCtorType(), Out); in getMangledName()
594 MangleCtx.mangleCtorBlock(CD, GD.getCtorType(), BD, Out); in getBlockMangledName()
1521 ABI->emitCXXStructor(CD, getFromCtorType(GD.getCtorType())); in EmitGlobalDefinition()
DCGExprCXX.cpp442 Type = CurGD.getCtorType(); in EmitCXXConstructExpr()
DItaniumCXXABI.cpp2152 if (isa<CXXConstructorDecl>(MD) && GD.getCtorType() == Ctor_Base) in NeedsVTTParameter()
DCGCall.cpp327 return arrangeCXXStructorDeclaration(CD, getFromCtorType(GD.getCtorType())); in arrangeGlobalDeclaration()