Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/clang/lib/Sema/
HDSemaCast.cpp588 const PointerType *DestPointer = DestType->getAs<PointerType>(); in CheckDynamicCast() local
590 if (DestPointer) { in CheckDynamicCast()
591 DestPointee = DestPointer->getPointeeType(); in CheckDynamicCast()
603 assert(DestPointer && "Reference to void is not possible"); in CheckDynamicCast()
624 if (DestPointer) { in CheckDynamicCast()
663 assert((DestPointer || DestReference) && in CheckDynamicCast()
1062 if (const PointerType *DestPointer = DestType->getAs<PointerType>()) { in TryStaticCast() local
1063 QualType DestPointee = DestPointer->getPointeeType(); in TryStaticCast()
1122 if (auto DestPointer = DestType->getAs<PointerType>()) in TryStaticCast() local
1124 DestPointer->getPointeeType()->getAs<RecordType>()) in TryStaticCast()
[all …]