| 1565 | } |
| 1566 | |
| 1567 | Type const* ReferenceType::copyForLocationIfReference(Type const* _type) const |
| 1568 | { |
| 1569 | return TypeProvider::withLocationIfReference(m_location, _type); |
| 1570 | } |
| 1571 | |
| 1572 | std::string ReferenceType::stringForReferencePart() const |
| 1573 | { |