Home
last modified time | relevance | path

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

/external/llvm-project/clang/lib/Sema/
DSemaCast.cpp2487 const PointerType *DestPPtr = cast<PointerType>(DestPtr); in checkAddressSpaceCast() local
2489 QualType DestPPointee = DestPPtr->getPointeeType(); in checkAddressSpaceCast()
2502 DestPtr = DestPPtr->getPointeeType().getTypePtr(); in checkAddressSpaceCast()