Lines Matching refs:DestPointer
805 const PointerType *DestPointer = DestType->getAs<PointerType>(); in CheckDynamicCast() local
807 if (DestPointer) { in CheckDynamicCast()
808 DestPointee = DestPointer->getPointeeType(); in CheckDynamicCast()
820 assert(DestPointer && "Reference to void is not possible"); in CheckDynamicCast()
841 if (DestPointer) { in CheckDynamicCast()
880 assert((DestPointer || DestReference) && in CheckDynamicCast()
1447 if (const PointerType *DestPointer = DestType->getAs<PointerType>()) { in TryStaticCast() local
1448 QualType DestPointee = DestPointer->getPointeeType(); in TryStaticCast()
1509 if (auto DestPointer = DestType->getAs<PointerType>()) in TryStaticCast() local
1511 DestPointer->getPointeeType()->getAs<RecordType>()) in TryStaticCast()
1632 const PointerType *DestPointer = DestType->getAs<PointerType>(); in TryStaticPointerDowncast() local
1633 if (!DestPointer) { in TryStaticPointerDowncast()
1645 Self.Context.getCanonicalType(DestPointer->getPointeeType()), in TryStaticPointerDowncast()