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

Method declarationForIndex

kdevplatform/language/duchain/topducontextdynamicdata.cpp:835–841  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

833}
834
835Declaration* TopDUContextDynamicData::declarationForIndex(uint index) const
836{
837 if (!m_dataLoaded)
838 loadData();
839
840 return m_declarations.itemForIndex(index);
841}
842
843ProblemPointer TopDUContextDynamicData::problemForIndex(uint index) const
844{

Callers 4

allocateOwnIndexMethod · 0.80
declarationMethod · 0.80
dataMethod · 0.80

Calls 1

itemForIndexMethod · 0.45

Tested by

no test coverage detected