Home
last modified time | relevance | path

Searched defs:DtorType (Results 1 – 4 of 4) sorted by relevance

/llvm-project/clang/lib/CodeGen/
H A DCGClass.cpp1439 CXXDtorType DtorType = CurGD.getDtorType(); in EmitDestructorBody() local
1845 CXXDtorType DtorType) { in EnterDtorCleanups() argument
H A DItaniumCXXABI.cpp1259 CXXDtorType DtorType = UseGlobalDelete ? Dtor_Complete : Dtor_Deleting; emitVirtualObjectDelete() local
2088 EmitVirtualDestructorCall(CodeGenFunction & CGF,const CXXDestructorDecl * Dtor,CXXDtorType DtorType,Address This,DeleteOrMemberCallExpr E) EmitVirtualDestructorCall() argument
H A DMicrosoftCXXABI.cpp2003 assert(DtorType == Dtor_Deleting || DtorType == Dtor_Complete); in EmitVirtualDestructorCall() argument
903 CXXDtorType DtorType = UseGlobalDelete ? Dtor_Complete : Dtor_Deleting; emitVirtualObjectDelete() local
/llvm-project/clang/lib/Sema/
H A DSemaDeclCXX.cpp14238 const auto *DtorType = Destructor->getType()->castAs<FunctionProtoType>(); AdjustDestructorExceptionSpec() local