| 487 | } |
| 488 | |
| 489 | void CodeHighlightingInstance::highlightUses(DUContext* context) |
| 490 | { |
| 491 | for (int a = 0; a < context->usesCount(); ++a) |
| 492 | highlightUse(context, a, QColor(QColor::Invalid)); |
| 493 | } |
| 494 | |
| 495 | void CodeHighlighting::clearHighlightingForDocument(const IndexedString& document) |
| 496 | { |