Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/clang/lib/Sema/
H A DSemaCast.cpp561 const PointerType *DestPointer = DestType->getAs<PointerType>(); in CheckDynamicCast() local
563 if (DestPointer) { in CheckDynamicCast()
564 DestPointee = DestPointer->getPointeeType(); in CheckDynamicCast()
576 assert(DestPointer && "Reference to void is not possible"); in CheckDynamicCast()
597 if (DestPointer) { in CheckDynamicCast()
636 assert((DestPointer || DestReference) && in CheckDynamicCast()
1043 if (const PointerType *DestPointer = DestType->getAs<PointerType>()) { in TryStaticCast() local
1044 QualType DestPointee = DestPointer->getPointeeType(); in TryStaticCast()
1198 const PointerType *DestPointer = DestType->getAs<PointerType>(); in TryStaticPointerDowncast() local
1199 if (!DestPointer) { in TryStaticPointerDowncast()
[all …]