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

Method highlightUses

kdevplatform/language/highlighting/codehighlighting.cpp:489–493  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 2

QColorClass · 0.85
usesCountMethod · 0.45

Tested by

no test coverage detected