Lines Matching refs:DestPointer
764 const PointerType *DestPointer = DestType->getAs<PointerType>(); in CheckDynamicCast() local
766 if (DestPointer) { in CheckDynamicCast()
767 DestPointee = DestPointer->getPointeeType(); in CheckDynamicCast()
779 assert(DestPointer && "Reference to void is not possible"); in CheckDynamicCast()
800 if (DestPointer) { in CheckDynamicCast()
839 assert((DestPointer || DestReference) && in CheckDynamicCast()
1388 if (const PointerType *DestPointer = DestType->getAs<PointerType>()) { in TryStaticCast() local
1389 QualType DestPointee = DestPointer->getPointeeType(); in TryStaticCast()
1450 if (auto DestPointer = DestType->getAs<PointerType>()) in TryStaticCast() local
1452 DestPointer->getPointeeType()->getAs<RecordType>()) in TryStaticCast()
1565 const PointerType *DestPointer = DestType->getAs<PointerType>(); in TryStaticPointerDowncast() local
1566 if (!DestPointer) { in TryStaticPointerDowncast()
1578 Self.Context.getCanonicalType(DestPointer->getPointeeType()), in TryStaticPointerDowncast()