Lines Matching defs:DestPointer
805 const PointerType *DestPointer = DestType->getAs<PointerType>();
807 if (DestPointer) {
808 DestPointee = DestPointer->getPointeeType();
820 assert(DestPointer && "Reference to void is not possible");
841 if (DestPointer) {
880 assert((DestPointer || DestReference) &&
1447 if (const PointerType *DestPointer = DestType->getAs<PointerType>()) {
1448 QualType DestPointee = DestPointer->getPointeeType();
1509 if (auto DestPointer = DestType->getAs<PointerType>())
1511 DestPointer->getPointeeType()->getAs<RecordType>())
1632 const PointerType *DestPointer = DestType->getAs<PointerType>();
1633 if (!DestPointer) {
1645 Self.Context.getCanonicalType(DestPointer->getPointeeType()),