Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaCast.cpp818 const RecordType *DestRecord = DestPointee->getAs<RecordType>(); in CheckDynamicCast() local
821 } else if (DestRecord) { in CheckDynamicCast()
882 assert((DestRecord || DestPointee->isVoidType()) && in CheckDynamicCast()
896 if (DestRecord == SrcRecord) { in CheckDynamicCast()
903 if (DestRecord && in CheckDynamicCast()
948 if (DestRecord) { in CheckDynamicCast()
949 auto *DestDecl = DestRecord->getAsCXXRecordDecl(); in CheckDynamicCast()