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 67 CXXDtorType getDtorType() const {
  /external/clang/lib/CodeGen/
CGVTables.cpp 49 getCXXABI().getMangleContext().mangleCXXDtorThunk(DD, GD.getDtorType(),
497 if (isa<CXXDestructorDecl>(MD) && GD.getDtorType() == Dtor_Base)
    [all...]
CodeGenModule.cpp 436 getCXXABI().getMangleContext().mangleCXXDtor(D, GD.getDtorType(), Out);
462 MangleCtx.mangleDtorBlock(DD, GD.getDtorType(), BD, Out);
519 GD.getDtorType()))
    [all...]
ItaniumCXXABI.cpp 191 GD.getDtorType() != Dtor_Deleting));
    [all...]
CodeGenModule.h 587 GD.getDtorType());
    [all...]
MicrosoftCXXABI.cpp 429 return GD.getDtorType() == Dtor_Deleting;
    [all...]
CGCall.cpp 322 return arrangeCXXDestructor(DD, GD.getDtorType());
    [all...]
CGClass.cpp     [all...]
  /external/clang/lib/AST/
VTableBuilder.cpp     [all...]

Completed in 232 milliseconds