Home
last modified time | relevance | path

Searched refs:InactiveCode (Results 1 – 2 of 2) sorted by relevance

/llvm-project/clang-tools-extra/clangd/
H A DSemanticHighlighting.h59 InactiveCode, enumerator
61 LastKind = InactiveCode
H A DSemanticHighlighting.cpp524 if (!Filter.isHighlightKindActive(HighlightingKind::InactiveCode)) in collect()
548 WithInactiveLines.back().Kind = HighlightingKind::InactiveCode; in collect()
1155 Filter.disableKind(HighlightingKind::InactiveCode); in getSemanticHighlightings()
1274 case HighlightingKind::InactiveCode: in operator <<()
1275 return OS << "InactiveCode"; in operator <<()
1305 {"InactiveCode", HighlightingKind::InactiveCode}, in highlightingKindFromString()
1475 case HighlightingKind::InactiveCode: in toSemanticTokenType()