Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:DtorType

211                                          CXXDtorType DtorType,
904 CXXDtorType DtorType = UseGlobalDelete ? Dtor_Complete : Dtor_Deleting;
905 EmitVirtualDestructorCall(CGF, Dtor, DtorType, Ptr, /*CE=*/nullptr);
1457 CodeGenFunction &CGF, const CXXDestructorDecl *Dtor, CXXDtorType DtorType,
1460 assert(DtorType == Dtor_Deleting || DtorType == Dtor_Complete);
1463 Dtor, getFromDtorType(DtorType));
1466 getVirtualFunctionPointer(CGF, GlobalDecl(Dtor, DtorType), This, Ty);