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

  /external/clang/include/clang/AST/
GlobalDecl.h 67 CXXDtorType getDtorType() const {
VTableBuilder.h 526 GD.getDtorType() == Dtor_Complete)
  /external/clang/lib/CodeGen/
CGVTables.cpp 43 getCXXABI().getMangleContext().mangleCXXDtorThunk(DD, GD.getDtorType(),
421 if (isa<CXXDestructorDecl>(MD) && GD.getDtorType() == Dtor_Base)
CodeGenModule.cpp 541 getCXXABI().getMangleContext().mangleCXXDtor(D, GD.getDtorType(), Out);
569 MangleCtx.mangleDtorBlock(DD, GD.getDtorType(), BD, Out);
636 GD.getDtorType())) {
856 if (getCXXABI().useThunkForDtorVariant(Dtor, GD.getDtorType())) {
    [all...]
MicrosoftCXXABI.cpp 219 assert(GD.getDtorType() == Dtor_Deleting &&
    [all...]
CodeGenModule.h 656 GD.getDtorType());
    [all...]
CGCall.cpp 366 return arrangeCXXDestructor(DD, GD.getDtorType());
    [all...]
ItaniumCXXABI.cpp 287 GD.getDtorType() != Dtor_Deleting));
    [all...]
CGClass.cpp     [all...]
  /external/clang/lib/AST/
VTableBuilder.cpp     [all...]

Completed in 52 milliseconds