Lines Matching defs:DestTy
2216 QualType DestTy) {
2217 llvm::Type *DestLTy = CGF.ConvertType(DestTy);
2218 if (DestTy->isPointerType())
2233 QualType DestTy = DCE->getTypeAsWritten();
2240 bool IsDynamicCastToVoid = DestTy->isVoidPointerType();
2246 } else if (const PointerType *DestPTy = DestTy->getAs<PointerType>()) {
2251 DestRecordTy = DestTy->castAs<ReferenceType>()->getPointeeType();
2262 if (llvm::Value *T = EmitDynamicCastToNull(*this, DestTy)) {
2306 *this, ThisAddr, SrcRecordTy, DestTy, DestRecordTy, CastEnd, CastNull);
2311 DestTy, DestRecordTy, CastEnd);
2320 NullValue = EmitDynamicCastToNull(*this, DestTy);