Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaCast.cpp810 if (const PointerType *SrcPointer = SrcType->getAs<PointerType>()) { in CheckDynamicCast() local
811 SrcPointee = SrcPointer->getPointeeType(); in CheckDynamicCast()
1389 if (const PointerType *SrcPointer = SrcType->getAs<PointerType>()) { in TryStaticCast() local
1390 QualType SrcPointee = SrcPointer->getPointeeType(); in TryStaticCast()
1453 if (auto SrcPointer = SrcType->getAs<PointerType>()) in TryStaticCast() local
1455 if (SrcPointer->getPointeeType()->getAs<RecordType>() && in TryStaticCast()
1582 const PointerType *SrcPointer = SrcType->getAs<PointerType>(); in TryStaticPointerDowncast() local
1583 if (!SrcPointer) { in TryStaticPointerDowncast()
1589 Self.Context.getCanonicalType(SrcPointer->getPointeeType()), in TryStaticPointerDowncast()