Lines Matching defs:DestTy
2219 QualType DestTy) {
2220 llvm::Type *DestLTy = CGF.ConvertType(DestTy);
2221 if (DestTy->isPointerType())
2236 QualType DestTy = DCE->getTypeAsWritten();
2243 bool IsDynamicCastToVoid = DestTy->isVoidPointerType();
2249 } else if (const PointerType *DestPTy = DestTy->getAs<PointerType>()) {
2254 DestRecordTy = DestTy->castAs<ReferenceType>()->getPointeeType();
2265 if (llvm::Value *T = EmitDynamicCastToNull(*this, DestTy)) {
2309 *this, ThisAddr, SrcRecordTy, DestTy, DestRecordTy, CastEnd, CastNull);
2314 DestTy, DestRecordTy, CastEnd);
2323 NullValue = EmitDynamicCastToNull(*this, DestTy);