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

Method data

kdevplatform/language/duchain/localindexeddeclaration.cpp:25–31  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

23}
24
25Declaration* LocalIndexedDeclaration::data(TopDUContext* top) const
26{
27 if (!m_declarationIndex)
28 return nullptr;
29 Q_ASSERT(top);
30 return top->m_dynamicData->declarationForIndex(m_declarationIndex);
31}
32
33bool LocalIndexedDeclaration::isLoaded(TopDUContext* top) const
34{

Callers

nothing calls this directly

Calls 1

declarationForIndexMethod · 0.80

Tested by

no test coverage detected