Searched refs:DestPointer (Results 1 – 1 of 1) sorted by relevance
588 const PointerType *DestPointer = DestType->getAs<PointerType>(); in CheckDynamicCast() local590 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() local1063 QualType DestPointee = DestPointer->getPointeeType(); in TryStaticCast()1122 if (auto DestPointer = DestType->getAs<PointerType>()) in TryStaticCast() local1124 DestPointer->getPointeeType()->getAs<RecordType>()) in TryStaticCast()[all …]