reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/clang/lib/CodeGen/CGCall.cpp
  318       PassParams = inheritingCtorHasParams(Inherited, GD.getCtorType());
tools/clang/lib/CodeGen/CGClass.cpp
  626   if (CGF.CurGD.getCtorType() == Ctor_Base)
  824   CXXCtorType CtorType = CurGD.getCtorType();
 2406       CurGD.getCtorType() == Ctor_Complete ? Dtor_Complete : Dtor_Base;
tools/clang/lib/CodeGen/CGExprCXX.cpp
  617       Type = CurGD.getCtorType();
tools/clang/lib/CodeGen/CodeGenFunction.cpp
 1106           getTypes().inheritingCtorHasParams(Inherited, GD.getCtorType());
tools/clang/lib/CodeGen/CodeGenModule.cpp
  994       MC.mangleCXXCtor(D, GD.getCtorType(), Out);
 1080       CXXCtorType OrigCtorType = GD.getCtorType();
 1116     MangleCtx.mangleCtorBlock(CD, GD.getCtorType(), BD, Out);
 3095           GDDef = GlobalDecl(CD, GD.getCtorType());
tools/clang/lib/CodeGen/CodeGenPGO.cpp
  775       if (GD.getCtorType() != Ctor_Base &&
tools/clang/lib/CodeGen/ItaniumCXXABI.cpp
   94       switch (GD.getCtorType()) {
 1526   if ((isa<CXXConstructorDecl>(GD.getDecl()) ? GD.getCtorType() == Ctor_Base
 2745   if (isa<CXXConstructorDecl>(MD) && GD.getCtorType() == Ctor_Base)
 3961   if (CD ? GD.getCtorType() == Ctor_Complete