MCPcopy Create free account
hub / github.com/KDE/kdevelop / rebuildDynamicData

Method rebuildDynamicData

kdevplatform/language/duchain/declaration.cpp:216–223  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

214}
215
216void Declaration::rebuildDynamicData(DUContext* parent, uint ownIndex)
217{
218 DUChainBase::rebuildDynamicData(parent, ownIndex);
219
220 m_context = parent;
221 m_topContext = parent->topContext();
222 m_indexInTopContext = ownIndex;
223}
224
225void Declaration::setIdentifier(const Identifier& identifier)
226{

Callers

nothing calls this directly

Calls 1

topContextMethod · 0.45

Tested by

no test coverage detected