| 956 | } |
| 957 | |
| 958 | QVector<Declaration*> DUContext::localDeclarations(const TopDUContext* source) const |
| 959 | { |
| 960 | ENSURE_CAN_READ |
| 961 | // TODO: remove this parameter once we kill old-cpp |
| 962 | Q_UNUSED(source); |
| 963 | return m_dynamicData->m_localDeclarations; |
| 964 | } |
| 965 | |
| 966 | void DUContext::mergeDeclarationsInternal(QVector<QPair<Declaration*, int>>& definitions, |
| 967 | const CursorInRevision& position, |
no outgoing calls