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

References

tools/clang/include/clang/AST/VTableBuilder.h
  560         GD.getDtorType() == Dtor_Complete)
tools/clang/lib/AST/VTableBuilder.cpp
 3735     assert(GD.getDtorType() == Dtor_Deleting);
tools/clang/lib/CodeGen/CGCXX.cpp
  229         GD.getDtorType() == Dtor_Complete &&
tools/clang/lib/CodeGen/CGClass.cpp
 1422   CXXDtorType DtorType = CurGD.getDtorType();
tools/clang/lib/CodeGen/CGVTables.cpp
  499     MCtx.mangleCXXDtorThunk(DD, GD.getDtorType(), TI.This, Out);
  605   if (isa<CXXDestructorDecl>(MD) && GD.getDtorType() == Dtor_Base)
tools/clang/lib/CodeGen/CodeGenModule.cpp
  863     getCXXABI().setCXXDestructorDLLStorage(GV, Dtor, GD.getDtorType());
  996       MC.mangleCXXDtor(D, GD.getDtorType(), Out);
 1118     MangleCtx.mangleDtorBlock(DD, GD.getDtorType(), BD, Out);
 1195     return getCXXABI().getCXXDestructorLinkage(Linkage, Dtor, GD.getDtorType());
 3097           GDDef = GlobalDecl(DD, GD.getDtorType());
 3217                                            GD.getDtorType()))
 3285         GD.getDtorType() == Dtor_Complete &&
tools/clang/lib/CodeGen/CodeGenPGO.cpp
  779   if (isa<CXXDestructorDecl>(D) && GD.getDtorType() != Dtor_Base)
tools/clang/lib/CodeGen/ItaniumCXXABI.cpp
   80       switch (GD.getDtorType()) {
  464               GD.getDtorType() != Dtor_Deleting));
  501             GD.getDtorType() != Dtor_Deleting);
 1527                                              : GD.getDtorType() == Dtor_Base) &&
 2749   if (isa<CXXDestructorDecl>(MD) && GD.getDtorType() == Dtor_Base)
 3962          : GD.getDtorType() == Dtor_Complete) {
 3986   if (DD && GD.getDtorType() == Dtor_Base &&
tools/clang/lib/CodeGen/MicrosoftCXXABI.cpp
   63       switch (GD.getDtorType()) {
  305     assert(GD.getDtorType() == Dtor_Deleting &&
 1048          GD.getDtorType() == Dtor_Deleting;
 1265       GD.getDtorType() == Dtor_Deleting) {
 1351     if (GD.getDtorType() == Dtor_Complete)
 1400     if (GD.getDtorType() == Dtor_Complete)
 1415   if (isa<CXXDestructorDecl>(MD) && GD.getDtorType() == Dtor_Base)
 3867   if (GD.getDtorType() == Dtor_Complete &&
 3875   if (GD.getDtorType() == Dtor_Base && !CGM.TryEmitBaseDestructorAsAlias(dtor))