| 1188 | } |
| 1189 | |
| 1190 | DUContext* DUContext::specialize(const IndexedInstantiationInformation& /*specialization*/, |
| 1191 | const TopDUContext* topContext, int /*upDistance*/) |
| 1192 | { |
| 1193 | if (!topContext) |
| 1194 | return nullptr; |
| 1195 | return this; |
| 1196 | } |
| 1197 | |
| 1198 | CursorInRevision DUContext::importPosition(const DUContext* target) const |
| 1199 | { |
no outgoing calls