Lines Matching defs:DestPointer
810 const PointerType *DestPointer = DestType->getAs<PointerType>();
812 if (DestPointer) {
813 DestPointee = DestPointer->getPointeeType();
825 assert(DestPointer && "Reference to void is not possible");
846 if (DestPointer) {
885 assert((DestPointer || DestReference) &&
1452 if (const PointerType *DestPointer = DestType->getAs<PointerType>()) {
1453 QualType DestPointee = DestPointer->getPointeeType();
1515 if (auto DestPointer = DestType->getAs<PointerType>())
1517 DestPointer->getPointeeType()->getAs<RecordType>())
1638 const PointerType *DestPointer = DestType->getAs<PointerType>();
1639 if (!DestPointer) {
1651 Self.Context.getCanonicalType(DestPointer->getPointeeType()),