Searched defs:DtorType (Results 1 – 4 of 4) sorted by relevance
1431 CXXDtorType DtorType = CurGD.getDtorType(); EmitDestructorBody() local 1837 EnterDtorCleanups(const CXXDestructorDecl * DD,CXXDtorType DtorType) EnterDtorCleanups() argument
1260 CXXDtorType DtorType = UseGlobalDelete ? Dtor_Complete : Dtor_Deleting; emitVirtualObjectDelete() local 2061 EmitVirtualDestructorCall(CodeGenFunction & CGF,const CXXDestructorDecl * Dtor,CXXDtorType DtorType,Address This,DeleteOrMemberCallExpr E) EmitVirtualDestructorCall() argument
905 CXXDtorType DtorType = UseGlobalDelete ? Dtor_Complete : Dtor_Deleting; emitVirtualObjectDelete() local 1993 EmitVirtualDestructorCall(CodeGenFunction & CGF,const CXXDestructorDecl * Dtor,CXXDtorType DtorType,Address This,DeleteOrMemberCallExpr E) EmitVirtualDestructorCall() argument
14425 const auto *DtorType = Destructor->getType()->castAs<FunctionProtoType>(); AdjustDestructorExceptionSpec() local