Lines Matching refs:DestTy
1699 QualType SrcTy, QualType DestTy, in EmitDynamicCastCall() argument
1703 llvm::Type *DestLTy = CGF.ConvertType(DestTy); in EmitDynamicCastCall()
1705 if (const PointerType *PTy = DestTy->getAs<PointerType>()) { in EmitDynamicCastCall()
1730 if (const PointerType *DestPTy = DestTy->getAs<PointerType>()) { in EmitDynamicCastCall()
1735 DestRecordTy = DestTy->castAs<ReferenceType>()->getPointeeType(); in EmitDynamicCastCall()
1757 if (DestTy->isReferenceType()) { in EmitDynamicCastCall()
1772 QualType DestTy) { in EmitDynamicCastToNull() argument
1773 llvm::Type *DestLTy = CGF.ConvertType(DestTy); in EmitDynamicCastToNull()
1774 if (DestTy->isPointerType()) in EmitDynamicCastToNull()
1787 QualType DestTy = DCE->getTypeAsWritten(); in EmitDynamicCast() local
1790 return EmitDynamicCastToNull(*this, DestTy); in EmitDynamicCast()
1812 Value = EmitDynamicCastCall(*this, Value, SrcTy, DestTy, CastEnd); in EmitDynamicCast()