Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaCast.cpp810 const RecordType *DestRecord = DestPointee->getAs<RecordType>(); in CheckDynamicCast() local
813 } else if (DestRecord) { in CheckDynamicCast()
874 assert((DestRecord || DestPointee->isVoidType()) && in CheckDynamicCast()
888 if (DestRecord == SrcRecord) { in CheckDynamicCast()
895 if (DestRecord && in CheckDynamicCast()
940 if (DestRecord) { in CheckDynamicCast()
941 auto *DestDecl = DestRecord->getAsCXXRecordDecl(); in CheckDynamicCast()