Searched refs:DestPointer (Results 1 – 1 of 1) sorted by relevance
693 const PointerType *DestPointer = DestType->getAs<PointerType>(); in CheckDynamicCast() local695 if (DestPointer) { in CheckDynamicCast()696 DestPointee = DestPointer->getPointeeType(); in CheckDynamicCast()708 assert(DestPointer && "Reference to void is not possible"); in CheckDynamicCast()729 if (DestPointer) { in CheckDynamicCast()768 assert((DestPointer || DestReference) && in CheckDynamicCast()1184 QualType DestPointee = DestPointer->getPointeeType(); in TryStaticCast()1245 if (auto DestPointer = DestType->getAs<PointerType>()) in TryStaticCast() local1247 DestPointer->getPointeeType()->getAs<RecordType>()) in TryStaticCast()1363 const PointerType *DestPointer = DestType->getAs<PointerType>(); in TryStaticPointerDowncast() local[all …]