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

/freebsd-11-stable/contrib/llvm-project/clang/include/clang/AST/
H A DGlobalDecl.h79 CXXCtorType getCtorType() const { function in class:clang::GlobalDecl
/freebsd-11-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenPGO.cpp776 if (GD.getCtorType() != Ctor_Base &&
H A DItaniumCXXABI.cpp95 switch (GD.getCtorType()) {
1543 if ((isa<CXXConstructorDecl>(GD.getDecl()) ? GD.getCtorType() == Ctor_Base
2767 if (isa<CXXConstructorDecl>(MD) && GD.getCtorType() == Ctor_Base)
3983 if (CD ? GD.getCtorType() == Ctor_Complete
H A DCGClass.cpp627 if (CGF.CurGD.getCtorType() == Ctor_Base)
821 CXXCtorType CtorType = CurGD.getCtorType();
2406 CurGD.getCtorType() == Ctor_Complete ? Dtor_Complete : Dtor_Base;
H A DCodeGenModule.cpp1010 MC.mangleCXXCtor(D, GD.getCtorType(), Out);
1096 CXXCtorType OrigCtorType = GD.getCtorType();
1132 MangleCtx.mangleCtorBlock(CD, GD.getCtorType(), BD, Out);
3131 GDDef = GlobalDecl(CD, GD.getCtorType());
H A DCodeGenFunction.cpp1210 getTypes().inheritingCtorHasParams(Inherited, GD.getCtorType());
H A DCGExprCXX.cpp633 Type = CurGD.getCtorType();
H A DCGCall.cpp319 PassParams = inheritingCtorHasParams(Inherited, GD.getCtorType());

Completed in 177 milliseconds