Lines Matching refs:DestPointer
693 const PointerType *DestPointer = DestType->getAs<PointerType>(); in CheckDynamicCast() local
695 if (DestPointer) { in CheckDynamicCast()
696 DestPointee = DestPointer->getPointeeType(); in CheckDynamicCast()
708 assert(DestPointer && "Reference to void is not possible"); in CheckDynamicCast()
729 if (DestPointer) { in CheckDynamicCast()
768 assert((DestPointer || DestReference) && in CheckDynamicCast()
1183 if (const PointerType *DestPointer = DestType->getAs<PointerType>()) { in TryStaticCast() local
1184 QualType DestPointee = DestPointer->getPointeeType(); in TryStaticCast()
1245 if (auto DestPointer = DestType->getAs<PointerType>()) in TryStaticCast() local
1247 DestPointer->getPointeeType()->getAs<RecordType>()) in TryStaticCast()
1363 const PointerType *DestPointer = DestType->getAs<PointerType>(); in TryStaticPointerDowncast() local
1364 if (!DestPointer) { in TryStaticPointerDowncast()
1376 Self.Context.getCanonicalType(DestPointer->getPointeeType()), in TryStaticPointerDowncast()