clang-tools 22.0.0git
clang::clangd::config::Fragment::SemanticTokensBlock Struct Reference

Configures semantic tokens that are produced by clangd. More...

#include <ConfigFragment.h>

Public Attributes

std::vector< Located< std::string > > DisabledKinds
 Disables clangd to produce semantic tokens for the given kinds.
std::vector< Located< std::string > > DisabledModifiers
 Disables clangd to assign semantic tokens with the given modifiers.

Detailed Description

Configures semantic tokens that are produced by clangd.

Definition at line 391 of file ConfigFragment.h.

Member Data Documentation

◆ DisabledKinds

std::vector<Located<std::string> > clang::clangd::config::Fragment::SemanticTokensBlock::DisabledKinds

Disables clangd to produce semantic tokens for the given kinds.

Definition at line 393 of file ConfigFragment.h.

◆ DisabledModifiers

std::vector<Located<std::string> > clang::clangd::config::Fragment::SemanticTokensBlock::DisabledModifiers

Disables clangd to assign semantic tokens with the given modifiers.

Definition at line 395 of file ConfigFragment.h.


The documentation for this struct was generated from the following file: