Searched refs:DestRecord (Results 1 – 1 of 1) sorted by relevance
491 const RecordType *DestRecord = DestPointee->getAs<RecordType>(); in CheckDynamicCast() local494 } else if (DestRecord) { in CheckDynamicCast()543 assert((DestRecord || DestPointee->isVoidType()) && in CheckDynamicCast()556 if (DestRecord == SrcRecord) { in CheckDynamicCast()563 if (DestRecord && Self.IsDerivedFrom(SrcPointee, DestPointee)) { in CheckDynamicCast()