Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSemaCast.cpp589 const PointerType *DestPointer = DestType->getAs<PointerType>(); in CheckDynamicCast() local
1064 if (const PointerType *DestPointer = DestType->getAs<PointerType>()) { in TryStaticCast() local
1124 if (auto DestPointer = DestType->getAs<PointerType>()) in TryStaticCast() local
1239 const PointerType *DestPointer = DestType->getAs<PointerType>(); in TryStaticPointerDowncast() local
/external/llvm-project/clang/lib/Sema/
DSemaCast.cpp763 const PointerType *DestPointer = DestType->getAs<PointerType>(); in CheckDynamicCast() local
1292 if (const PointerType *DestPointer = DestType->getAs<PointerType>()) { in TryStaticCast() local
1354 if (auto DestPointer = DestType->getAs<PointerType>()) in TryStaticCast() local
1469 const PointerType *DestPointer = DestType->getAs<PointerType>(); in TryStaticPointerDowncast() local