Searched refs:DtorTy (Results 1 – 2 of 2) sorted by relevance
133 QualType DtorTy = getType(); in Value() local136 llvm::dyn_cast<ConstantArrayType>(DtorTy.getTypePtr())) { in Value()137 DtorTy = ArrTy->getElementType(); in Value()146 if (const auto *RT = DtorTy->getAs<RecordType>()) { in Value()
1488 QualType DtorTy = Ctx.getFunctionType(Ctx.VoidTy, {Ctx.VoidPtrTy}, in emitThrow() local1493 Dtor = CGM.getFunctionPointer(Dtor, DtorTy); in emitThrow()