Home
last modified time | relevance | path

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

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