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