Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaCast.cpp855 const PointerType *DestPointer = DestType->getAs<PointerType>(); in CheckDynamicCast() local
857 if (DestPointer) { in CheckDynamicCast()
858 DestPointee = DestPointer->getPointeeType(); in CheckDynamicCast()
870 assert(DestPointer && "Reference to void is not possible"); in CheckDynamicCast()
891 if (DestPointer) { in CheckDynamicCast()
930 assert((DestPointer || DestReference) && in CheckDynamicCast()
1522 if (const PointerType *DestPointer = DestType->getAs<PointerType>()) { in TryStaticCast() local
1523 QualType DestPointee = DestPointer->getPointeeType(); in TryStaticCast()
1585 if (auto DestPointer = DestType->getAs<PointerType>()) in TryStaticCast() local
1587 DestPointer->getPointeeType()->getAs<RecordType>()) in TryStaticCast()
[all …]