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