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