Home
last modified time | relevance | path

Searched refs:DestRecord (Results 1 – 1 of 1) sorted by relevance

/external/clang/lib/Sema/
DSemaCast.cpp601 const RecordType *DestRecord = DestPointee->getAs<RecordType>(); in CheckDynamicCast() local
604 } 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()