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.cpp868 const RecordType *DestRecord = DestPointee->getAs<RecordType>(); in CheckDynamicCast() local
871 } else if (DestRecord) { in CheckDynamicCast()
932 assert((DestRecord || DestPointee->isVoidType()) && in CheckDynamicCast()
946 if (DestRecord == SrcRecord) { in CheckDynamicCast()
953 if (DestRecord && in CheckDynamicCast()
998 if (DestRecord) { in CheckDynamicCast()
999 auto *DestDecl = DestRecord->getAsCXXRecordDecl(); in CheckDynamicCast()