Home
last modified time | relevance | path

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

/external/clang/lib/CodeGen/
DCGClass.cpp1508 CXXDtorType DtorType = CurGD.getDtorType(); in EmitDestructorBody() local
1810 CXXDtorType DtorType) { in EnterDtorCleanups()
DItaniumCXXABI.cpp1038 CXXDtorType DtorType = UseGlobalDelete ? Dtor_Complete : Dtor_Deleting; in emitVirtualObjectDelete() local
1615 CodeGenFunction &CGF, const CXXDestructorDecl *Dtor, CXXDtorType DtorType, in EmitVirtualDestructorCall()
DMicrosoftCXXABI.cpp859 CXXDtorType DtorType = UseGlobalDelete ? Dtor_Complete : Dtor_Deleting; in emitVirtualObjectDelete() local
1826 CodeGenFunction &CGF, const CXXDestructorDecl *Dtor, CXXDtorType DtorType, in EmitVirtualDestructorCall()
/external/clang/lib/Sema/
DSemaDeclCXX.cpp9522 const FunctionProtoType *DtorType = Destructor->getType()-> in AdjustDestructorExceptionSpec() local