Lines Matching refs:DestPointer
797 const PointerType *DestPointer = DestType->getAs<PointerType>(); in CheckDynamicCast() local
799 if (DestPointer) { in CheckDynamicCast()
800 DestPointee = DestPointer->getPointeeType(); in CheckDynamicCast()
812 assert(DestPointer && "Reference to void is not possible"); in CheckDynamicCast()
833 if (DestPointer) { in CheckDynamicCast()
872 assert((DestPointer || DestReference) && in CheckDynamicCast()
1439 if (const PointerType *DestPointer = DestType->getAs<PointerType>()) { in TryStaticCast() local
1440 QualType DestPointee = DestPointer->getPointeeType(); in TryStaticCast()
1501 if (auto DestPointer = DestType->getAs<PointerType>()) in TryStaticCast() local
1503 DestPointer->getPointeeType()->getAs<RecordType>()) in TryStaticCast()
1624 const PointerType *DestPointer = DestType->getAs<PointerType>(); in TryStaticPointerDowncast() local
1625 if (!DestPointer) { in TryStaticPointerDowncast()
1637 Self.Context.getCanonicalType(DestPointer->getPointeeType()), in TryStaticPointerDowncast()