Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DSemaCast.cpp774 const ReferenceType *DestReference = nullptr; in CheckDynamicCast() local
777 } else if ((DestReference = DestType->getAs<ReferenceType>())) { in CheckDynamicCast()
778 DestPointee = DestReference->getPointeeType(); in CheckDynamicCast()
818 } else if (DestReference->isLValueReferenceType()) { in CheckDynamicCast()
848 assert((DestPointer || DestReference) && in CheckDynamicCast()
1538 const ReferenceType *DestReference = DestType->getAs<ReferenceType>(); in TryStaticReferenceDowncast() local
1539 if (!DestReference) { in TryStaticReferenceDowncast()
1542 bool RValueRef = DestReference->isRValueReferenceType(); in TryStaticReferenceDowncast()
1549 QualType DestPointee = DestReference->getPointeeType(); in TryStaticReferenceDowncast()