Searched refs:DestRecord (Results 1 – 1 of 1) sorted by relevance
601 const RecordType *DestRecord = DestPointee->getAs<RecordType>(); in CheckDynamicCast() local604 } else if (DestRecord) { in CheckDynamicCast()665 assert((DestRecord || DestPointee->isVoidType()) && in CheckDynamicCast()679 if (DestRecord == SrcRecord) { in CheckDynamicCast()686 if (DestRecord && Self.IsDerivedFrom(SrcPointee, DestPointee)) { in CheckDynamicCast()