Lines Matching refs:DestTy
1555 QualType SrcTy, QualType DestTy, in EmitDynamicCastCall() argument
1559 llvm::Type *DestLTy = CGF.ConvertType(DestTy); in EmitDynamicCastCall()
1561 if (const PointerType *PTy = DestTy->getAs<PointerType>()) { in EmitDynamicCastCall()
1586 if (const PointerType *DestPTy = DestTy->getAs<PointerType>()) { in EmitDynamicCastCall()
1591 DestRecordTy = DestTy->castAs<ReferenceType>()->getPointeeType(); in EmitDynamicCastCall()
1613 if (DestTy->isReferenceType()) { in EmitDynamicCastCall()
1628 QualType DestTy) { in EmitDynamicCastToNull() argument
1629 llvm::Type *DestLTy = CGF.ConvertType(DestTy); in EmitDynamicCastToNull()
1630 if (DestTy->isPointerType()) in EmitDynamicCastToNull()
1643 QualType DestTy = DCE->getTypeAsWritten(); in EmitDynamicCast() local
1646 return EmitDynamicCastToNull(*this, DestTy); in EmitDynamicCast()
1668 Value = EmitDynamicCastCall(*this, Value, SrcTy, DestTy, CastEnd); in EmitDynamicCast()