Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaCast.cpp774 const PointerType *DestPointer = DestType->getAs<PointerType>(); in CheckDynamicCast() local
776 if (DestPointer) { in CheckDynamicCast()
777 DestPointee = DestPointer->getPointeeType(); in CheckDynamicCast()
789 assert(DestPointer && "Reference to void is not possible"); in CheckDynamicCast()
810 if (DestPointer) { in CheckDynamicCast()
849 assert((DestPointer || DestReference) && in CheckDynamicCast()
1408 if (const PointerType *DestPointer = DestType->getAs<PointerType>()) { in TryStaticCast() local
1409 QualType DestPointee = DestPointer->getPointeeType(); in TryStaticCast()
1470 if (auto DestPointer = DestType->getAs<PointerType>()) in TryStaticCast() local
1472 DestPointer->getPointeeType()->getAs<RecordType>()) in TryStaticCast()
[all …]