Searched refs:DestPointer (Results 1 – 1 of 1) sorted by relevance
589 const PointerType *DestPointer = DestType->getAs<PointerType>(); in CheckDynamicCast() local591 if (DestPointer) { in CheckDynamicCast()592 DestPointee = DestPointer->getPointeeType(); in CheckDynamicCast()604 assert(DestPointer && "Reference to void is not possible"); in CheckDynamicCast()625 if (DestPointer) { in CheckDynamicCast()664 assert((DestPointer || DestReference) && in CheckDynamicCast()1064 if (const PointerType *DestPointer = DestType->getAs<PointerType>()) { in TryStaticCast() local1065 QualType DestPointee = DestPointer->getPointeeType(); in TryStaticCast()1124 if (auto DestPointer = DestType->getAs<PointerType>()) in TryStaticCast() local1126 DestPointer->getPointeeType()->getAs<RecordType>()) in TryStaticCast()[all …]