Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaCast.cpp798 const ReferenceType *DestReference = nullptr; in CheckDynamicCast() local
801 } else if ((DestReference = DestType->getAs<ReferenceType>())) { in CheckDynamicCast()
802 DestPointee = DestReference->getPointeeType(); in CheckDynamicCast()
842 } else if (DestReference->isLValueReferenceType()) { in CheckDynamicCast()
872 assert((DestPointer || DestReference) && in CheckDynamicCast()
1587 const ReferenceType *DestReference = DestType->getAs<ReferenceType>(); in TryStaticReferenceDowncast() local
1588 if (!DestReference) { in TryStaticReferenceDowncast()
1591 bool RValueRef = DestReference->isRValueReferenceType(); in TryStaticReferenceDowncast()
1598 QualType DestPointee = DestReference->getPointeeType(); in TryStaticReferenceDowncast()