Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaCast.cpp694 const ReferenceType *DestReference = nullptr; in CheckDynamicCast() local
697 } else if ((DestReference = DestType->getAs<ReferenceType>())) { in CheckDynamicCast()
698 DestPointee = DestReference->getPointeeType(); in CheckDynamicCast()
738 } else if (DestReference->isLValueReferenceType()) { in CheckDynamicCast()
768 assert((DestPointer || DestReference) && in CheckDynamicCast()
1326 const ReferenceType *DestReference = DestType->getAs<ReferenceType>(); in TryStaticReferenceDowncast() local
1327 if (!DestReference) { in TryStaticReferenceDowncast()
1330 bool RValueRef = DestReference->isRValueReferenceType(); in TryStaticReferenceDowncast()
1337 QualType DestPointee = DestReference->getPointeeType(); in TryStaticReferenceDowncast()