Searched refs:DestPointer (Results 1 – 1 of 1) sorted by relevance
764 const PointerType *DestPointer = DestType->getAs<PointerType>(); in CheckDynamicCast() local766 if (DestPointer) { in CheckDynamicCast()767 DestPointee = DestPointer->getPointeeType(); in CheckDynamicCast()779 assert(DestPointer && "Reference to void is not possible"); in CheckDynamicCast()800 if (DestPointer) { in CheckDynamicCast()839 assert((DestPointer || DestReference) && in CheckDynamicCast()1388 if (const PointerType *DestPointer = DestType->getAs<PointerType>()) { in TryStaticCast() local1389 QualType DestPointee = DestPointer->getPointeeType(); in TryStaticCast()1450 if (auto DestPointer = DestType->getAs<PointerType>()) in TryStaticCast() local1452 DestPointer->getPointeeType()->getAs<RecordType>()) in TryStaticCast()[all …]