Searched refs:DestPointer (Results 1 – 1 of 1) sorted by relevance
550 const PointerType *DestPointer = DestType->getAs<PointerType>(); in CheckDynamicCast() local552 if (DestPointer) { in CheckDynamicCast()553 DestPointee = DestPointer->getPointeeType(); in CheckDynamicCast()565 assert(DestPointer && "Reference to void is not possible"); in CheckDynamicCast()586 if (DestPointer) { in CheckDynamicCast()620 assert((DestPointer || DestReference) && in CheckDynamicCast()1027 if (const PointerType *DestPointer = DestType->getAs<PointerType>()) { in TryStaticCast() local1028 QualType DestPointee = DestPointer->getPointeeType(); in TryStaticCast()1174 const PointerType *DestPointer = DestType->getAs<PointerType>(); in TryStaticPointerDowncast() local1175 if (!DestPointer) { in TryStaticPointerDowncast()[all …]