Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaCast.cpp856 const ReferenceType *DestReference = nullptr; in CheckDynamicCast() local
859 } else if ((DestReference = DestType->getAs<ReferenceType>())) { in CheckDynamicCast()
860 DestPointee = DestReference->getPointeeType(); in CheckDynamicCast()
900 } else if (DestReference->isLValueReferenceType()) { in CheckDynamicCast()
930 assert((DestPointer || DestReference) && in CheckDynamicCast()
1669 const ReferenceType *DestReference = DestType->getAs<ReferenceType>(); in TryStaticReferenceDowncast() local
1670 if (!DestReference) { in TryStaticReferenceDowncast()
1673 bool RValueRef = DestReference->isRValueReferenceType(); in TryStaticReferenceDowncast()
1680 QualType DestPointee = DestReference->getPointeeType(); in TryStaticReferenceDowncast()