HomeSort by relevance Sort by last modified time
    Searched refs:getDtorType (Results 1 - 9 of 9) sorted by null

  /external/clang/include/clang/AST/
GlobalDecl.h 66 CXXDtorType getDtorType() const {
  /external/clang/lib/CodeGen/
CGVTT.cpp 135 if (isa<CXXDestructorDecl>(MD) && GD.getDtorType() == Dtor_Base)
MicrosoftCXXABI.cpp 181 return GD.getDtorType() == Dtor_Deleting;
CGVTables.cpp 42 getCXXABI().getMangleContext().mangleCXXDtorThunk(DD, GD.getDtorType(),
484 if (isa<CXXDestructorDecl>(MD) && GD.getDtorType() == Dtor_Base)
    [all...]
CodeGenModule.h 545 GD.getDtorType());
    [all...]
CGCall.cpp 320 return arrangeCXXDestructor(DD, GD.getDtorType());
    [all...]
ItaniumCXXABI.cpp 185 return ((isa<CXXDestructorDecl>(MD) && GD.getDtorType() != Dtor_Deleting) ||
    [all...]
CodeGenModule.cpp 412 getCXXABI().getMangleContext().mangleCXXDtor(D, GD.getDtorType(), Out);
441 MangleCtx.mangleDtorBlock(DD, GD.getDtorType(), BD, Out);
    [all...]
CGClass.cpp     [all...]

Completed in 453 milliseconds