Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaCast.cpp764 const PointerType *DestPointer = DestType->getAs<PointerType>(); in CheckDynamicCast() local
766 if (DestPointer) { in CheckDynamicCast()
767 DestPointee = DestPointer->getPointeeType(); in CheckDynamicCast()
779 assert(DestPointer && "Reference to void is not possible"); in CheckDynamicCast()
800 if (DestPointer) { in CheckDynamicCast()
839 assert((DestPointer || DestReference) && in CheckDynamicCast()
1388 if (const PointerType *DestPointer = DestType->getAs<PointerType>()) { in TryStaticCast() local
1389 QualType DestPointee = DestPointer->getPointeeType(); in TryStaticCast()
1450 if (auto DestPointer = DestType->getAs<PointerType>()) in TryStaticCast() local
1452 DestPointer->getPointeeType()->getAs<RecordType>()) in TryStaticCast()
[all …]