Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaCast.cpp693 const PointerType *DestPointer = DestType->getAs<PointerType>(); in CheckDynamicCast() local
695 if (DestPointer) { in CheckDynamicCast()
696 DestPointee = DestPointer->getPointeeType(); in CheckDynamicCast()
708 assert(DestPointer && "Reference to void is not possible"); in CheckDynamicCast()
729 if (DestPointer) { in CheckDynamicCast()
768 assert((DestPointer || DestReference) && in CheckDynamicCast()
1184 QualType DestPointee = DestPointer->getPointeeType(); in TryStaticCast()
1245 if (auto DestPointer = DestType->getAs<PointerType>()) in TryStaticCast() local
1247 DestPointer->getPointeeType()->getAs<RecordType>()) in TryStaticCast()
1363 const PointerType *DestPointer = DestType->getAs<PointerType>(); in TryStaticPointerDowncast() local
[all …]