Home
last modified time | relevance | path

Searched refs:DestPointer (Results 1 – 2 of 2) sorted by relevance

/external/clang/lib/Sema/
DSemaCast.cpp589 const PointerType *DestPointer = DestType->getAs<PointerType>(); in CheckDynamicCast() local
591 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() local
1065 QualType DestPointee = DestPointer->getPointeeType(); in TryStaticCast()
1124 if (auto DestPointer = DestType->getAs<PointerType>()) in TryStaticCast() local
1126 DestPointer->getPointeeType()->getAs<RecordType>()) in TryStaticCast()
[all …]
/external/llvm-project/clang/lib/Sema/
DSemaCast.cpp763 const PointerType *DestPointer = DestType->getAs<PointerType>(); in CheckDynamicCast() local
765 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() local
1293 QualType DestPointee = DestPointer->getPointeeType(); in TryStaticCast()
1354 if (auto DestPointer = DestType->getAs<PointerType>()) in TryStaticCast() local
1356 DestPointer->getPointeeType()->getAs<RecordType>()) in TryStaticCast()
[all …]