Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaCast.cpp1297 auto *DestPtrType = DestType->getAs<PointerType>(); in IsAddressSpaceConversion() local
1298 if (!DestPtrType) in IsAddressSpaceConversion()
1301 DestPtrType->getPointeeType().getAddressSpace(); in IsAddressSpaceConversion()
2615 auto DestPtrType = DestType->getAs<PointerType>(); in TryAddressSpaceCast() local
2616 if (!DestPtrType) in TryAddressSpaceCast()
2619 auto DestPointeeType = DestPtrType->getPointeeType(); in TryAddressSpaceCast()