Home
last modified time | relevance | path

Searched refs:ConfigurationSettings (Results 1 – 4 of 4) sorted by relevance

/llvm-project-15.0.7/clang-tools-extra/clangd/
H A DProtocol.h516 struct ConfigurationSettings { struct
521 bool fromJSON(const llvm::json::Value &, ConfigurationSettings &, argument
529 ConfigurationSettings ConfigSettings;
767 ConfigurationSettings settings;
H A DClangdLSPServer.h205 void applyConfiguration(const ConfigurationSettings &Settings);
H A DProtocol.cpp1169 bool fromJSON(const llvm::json::Value &Params, ConfigurationSettings &S, in fromJSON()
H A DClangdLSPServer.cpp1335 const ConfigurationSettings &Settings) { in applyConfiguration()