Lines Matching refs:DestPointer
773 const PointerType *DestPointer = DestType->getAs<PointerType>(); in CheckDynamicCast() local
775 if (DestPointer) { in CheckDynamicCast()
776 DestPointee = DestPointer->getPointeeType(); in CheckDynamicCast()
788 assert(DestPointer && "Reference to void is not possible"); in CheckDynamicCast()
809 if (DestPointer) { in CheckDynamicCast()
848 assert((DestPointer || DestReference) && in CheckDynamicCast()
1392 if (const PointerType *DestPointer = DestType->getAs<PointerType>()) { in TryStaticCast() local
1393 QualType DestPointee = DestPointer->getPointeeType(); in TryStaticCast()
1454 if (auto DestPointer = DestType->getAs<PointerType>()) in TryStaticCast() local
1456 DestPointer->getPointeeType()->getAs<RecordType>()) in TryStaticCast()
1577 const PointerType *DestPointer = DestType->getAs<PointerType>(); in TryStaticPointerDowncast() local
1578 if (!DestPointer) { in TryStaticPointerDowncast()
1590 Self.Context.getCanonicalType(DestPointer->getPointeeType()), in TryStaticPointerDowncast()