Lines Matching refs:DestPointer
774 const PointerType *DestPointer = DestType->getAs<PointerType>(); in CheckDynamicCast() local
776 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() local
1409 QualType DestPointee = DestPointer->getPointeeType(); in TryStaticCast()
1470 if (auto DestPointer = DestType->getAs<PointerType>()) in TryStaticCast() local
1472 DestPointer->getPointeeType()->getAs<RecordType>()) in TryStaticCast()
1593 const PointerType *DestPointer = DestType->getAs<PointerType>(); in TryStaticPointerDowncast() local
1594 if (!DestPointer) { in TryStaticPointerDowncast()
1606 Self.Context.getCanonicalType(DestPointer->getPointeeType()), in TryStaticPointerDowncast()