Home
last modified time | relevance | path

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

/freebsd-10-stable/contrib/llvm/tools/clang/lib/Sema/
DSemaCast.cpp550 const PointerType *DestPointer = DestType->getAs<PointerType>(); in CheckDynamicCast() local
552 if (DestPointer) { in CheckDynamicCast()
553 DestPointee = DestPointer->getPointeeType(); in CheckDynamicCast()
565 assert(DestPointer && "Reference to void is not possible"); in CheckDynamicCast()
586 if (DestPointer) { in CheckDynamicCast()
620 assert((DestPointer || DestReference) && in CheckDynamicCast()
1027 if (const PointerType *DestPointer = DestType->getAs<PointerType>()) { in TryStaticCast() local
1028 QualType DestPointee = DestPointer->getPointeeType(); in TryStaticCast()
1174 const PointerType *DestPointer = DestType->getAs<PointerType>(); in TryStaticPointerDowncast() local
1175 if (!DestPointer) { in TryStaticPointerDowncast()
[all …]