Searched refs:DestPointer (Results 1 – 2 of 2) 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 …]
763 const PointerType *DestPointer = DestType->getAs<PointerType>(); in CheckDynamicCast() local765 if (DestPointer) { in CheckDynamicCast()766 DestPointee = DestPointer->getPointeeType(); in CheckDynamicCast()778 assert(DestPointer && "Reference to void is not possible"); in CheckDynamicCast()799 if (DestPointer) { in CheckDynamicCast()838 assert((DestPointer || DestReference) && in CheckDynamicCast()1292 if (const PointerType *DestPointer = DestType->getAs<PointerType>()) { in TryStaticCast() local1293 QualType DestPointee = DestPointer->getPointeeType(); in TryStaticCast()1354 if (auto DestPointer = DestType->getAs<PointerType>()) in TryStaticCast() local1356 DestPointer->getPointeeType()->getAs<RecordType>()) in TryStaticCast()[all …]