Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaCast.cpp892 if (const PointerType *SrcPointer = SrcType->getAs<PointerType>()) { in CheckDynamicCast() local
893 SrcPointee = SrcPointer->getPointeeType(); in CheckDynamicCast()
1519 if (const PointerType *SrcPointer = SrcType->getAs<PointerType>()) { in TryStaticCast() local
1520 QualType SrcPointee = SrcPointer->getPointeeType(); in TryStaticCast()
1584 if (auto SrcPointer = SrcType->getAs<PointerType>()) in TryStaticCast() local
1586 if (SrcPointer->getPointeeType()->getAs<RecordType>() && in TryStaticCast()
1711 const PointerType *SrcPointer = SrcType->getAs<PointerType>(); in TryStaticPointerDowncast() local
1712 if (!SrcPointer) { in TryStaticPointerDowncast()
1718 Self.Context.getCanonicalType(SrcPointer->getPointeeType()), in TryStaticPointerDowncast()