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

Method problemForIndex

kdevplatform/language/duchain/topducontextdynamicdata.cpp:843–849  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

841}
842
843ProblemPointer TopDUContextDynamicData::problemForIndex(uint index) const
844{
845 if (!m_dataLoaded)
846 loadData();
847
848 return m_problems.itemForIndex(index);
849}
850
851void TopDUContextDynamicData::clearDeclarationIndex(Declaration* decl)
852{

Callers 1

dataMethod · 0.45

Calls 1

itemForIndexMethod · 0.45

Tested by

no test coverage detected