Home
last modified time | relevance | path

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

/llvm-project/clang/lib/Sema/
H A DSemaCast.cpp805 const PointerType *DestPointer = DestType->getAs<PointerType>(); CheckDynamicCast() local
1447 if (const PointerType *DestPointer = DestType->getAs<PointerType>()) { TryStaticCast() local
1509 if (auto DestPointer = DestType->getAs<PointerType>()) TryStaticCast() local
1632 const PointerType *DestPointer = DestType->getAs<PointerType>(); TryStaticPointerDowncast() local
[all...]