Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaCast.cpp834 if (const PointerType *SrcPointer = SrcType->getAs<PointerType>()) { in CheckDynamicCast() local
835 SrcPointee = SrcPointer->getPointeeType(); in CheckDynamicCast()
1436 if (const PointerType *SrcPointer = SrcType->getAs<PointerType>()) { in TryStaticCast() local
1437 QualType SrcPointee = SrcPointer->getPointeeType(); in TryStaticCast()
1500 if (auto SrcPointer = SrcType->getAs<PointerType>()) in TryStaticCast() local
1502 if (SrcPointer->getPointeeType()->getAs<RecordType>() && in TryStaticCast()
1629 const PointerType *SrcPointer = SrcType->getAs<PointerType>(); in TryStaticPointerDowncast() local
1630 if (!SrcPointer) { in TryStaticPointerDowncast()
1636 Self.Context.getCanonicalType(SrcPointer->getPointeeType()), in TryStaticPointerDowncast()