Searched refs:getCtorType (Results 1 - 7 of 7) sorted by relevance

/external/clang/include/clang/AST/
H A DGlobalDecl.h61 CXXCtorType getCtorType() const { function in class:clang::GlobalDecl
/external/clang/lib/CodeGen/
H A DCGVTT.cpp131 if (isa<CXXConstructorDecl>(MD) && GD.getCtorType() == Ctor_Base)
H A DCodeGenModule.h542 GD.getCtorType());
H A DCGClass.cpp708 CXXCtorType CtorType = CurGD.getCtorType();
1801 CurGD.getCtorType() == Ctor_Complete ? Dtor_Complete : Dtor_Base;
H A DCodeGenModule.cpp410 getCXXABI().getMangleContext().mangleCXXCtor(D, GD.getCtorType(), Out);
439 MangleCtx.mangleCtorBlock(CD, GD.getCtorType(), BD, Out);
1217 EmitCXXConstructor(CD, GD.getCtorType());
H A DCGCall.cpp317 return arrangeCXXConstructorDeclaration(CD, GD.getCtorType());
H A DCGExprCXX.cpp500 Type = CurGD.getCtorType();

Completed in 401 milliseconds