Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/clang/lib/CodeGen/
HDCGClass.cpp1392 CXXDtorType DtorType = CurGD.getDtorType(); in EmitDestructorBody() local
1565 CXXDtorType DtorType) { in EnterDtorCleanups()
HDItaniumCXXABI.cpp906 CXXDtorType DtorType = UseGlobalDelete ? Dtor_Complete : Dtor_Deleting; in emitVirtualObjectDelete() local
1461 CodeGenFunction &CGF, const CXXDestructorDecl *Dtor, CXXDtorType DtorType, in EmitVirtualDestructorCall()
HDMicrosoftCXXABI.cpp832 CXXDtorType DtorType = UseGlobalDelete ? Dtor_Complete : Dtor_Deleting; in emitVirtualObjectDelete() local
1772 CodeGenFunction &CGF, const CXXDestructorDecl *Dtor, CXXDtorType DtorType, in EmitVirtualDestructorCall()
/NextBSD/contrib/llvm/tools/clang/lib/Sema/
HDSemaDeclCXX.cpp9519 const FunctionProtoType *DtorType = Destructor->getType()-> in AdjustDestructorExceptionSpec() local