Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:DtorType

125                                    CXXDtorType DtorType,
856 CXXDtorType DtorType,
860 assert(DtorType == Dtor_Deleting || DtorType == Dtor_Complete);
863 = &CGM.getTypes().arrangeCXXDestructor(Dtor, DtorType);
865 llvm::Value *Callee = CGF.BuildVirtualCall(Dtor, DtorType, This, Ty);