Home
last modified time | relevance | path

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

/external/llvm-project/clang/lib/Sema/
DSemaCast.cpp1152 auto *DestPtrType = DestType->getAs<PointerType>(); in IsAddressSpaceConversion() local
1153 if (!DestPtrType) in IsAddressSpaceConversion()
1156 DestPtrType->getPointeeType().getAddressSpace(); in IsAddressSpaceConversion()
2443 auto DestPtrType = DestType->getAs<PointerType>(); in TryAddressSpaceCast() local
2444 if (!DestPtrType) in TryAddressSpaceCast()
2447 auto DestPointeeType = DestPtrType->getPointeeType(); in TryAddressSpaceCast()