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

Method topContext

kdevplatform/language/duchain/ducontext.cpp:1488–1491  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1486}
1487
1488TopDUContext* DUContext::topContext() const
1489{
1490 return m_dynamicData->m_topContext;
1491}
1492
1493AbstractNavigationWidget* DUContext::createNavigationWidget(Declaration* decl, TopDUContext* topContext,
1494 AbstractNavigationWidget::DisplayHints hints) const

Callers 6

findLocalDeclarationsMethod · 0.95
findDeclarationsMethod · 0.95
allDeclarationsMethod · 0.95
rebuildDynamicDataMethod · 0.45
DUContextMethod · 0.45
ImportMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected