Home
last modified time | relevance | path

Searched refs:DestPointer (Results 1 – 1 of 1) 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 …]