Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/clang/lib/Sema/
H A DSemaCast.cpp797 const PointerType *DestPointer = DestType->getAs<PointerType>(); CheckDynamicCast() local
1439 if (const PointerType *DestPointer = DestType->getAs<PointerType>()) { TryStaticCast() local
1501 if (auto DestPointer = DestType->getAs<PointerType>()) TryStaticCast() local
1624 const PointerType *DestPointer = DestType->getAs<PointerType>(); TryStaticPointerDowncast() local
[all...]