Searched defs:DestPointer (Results 1 - 1 of 1) sorted by relevance

/external/clang/lib/Sema/
H A DSemaCast.cpp589 const PointerType *DestPointer = DestType->getAs<PointerType>(); local
591 if (DestPointer) {
592 DestPointee = DestPointer->getPointeeType();
604 assert(DestPointer && "Reference to void is not possible");
625 if (DestPointer) {
664 assert((DestPointer || DestReference) &&
1064 if (const PointerType *DestPointer = DestType->getAs<PointerType>()) {
1065 QualType DestPointee = DestPointer->getPointeeType();
1124 if (auto DestPointer = DestType->getAs<PointerType>())
1126 DestPointer
1239 const PointerType *DestPointer = DestType->getAs<PointerType>(); local
[all...]

Completed in 111 milliseconds