Home
last modified time | relevance | path

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

/external/llvm-project/clang-tools-extra/clangd/
DProtocol.h496 struct ConfigurationSettings { struct
501 bool fromJSON(const llvm::json::Value &, ConfigurationSettings &, argument
509 ConfigurationSettings ConfigSettings;
745 ConfigurationSettings settings;
DClangdLSPServer.h174 void applyConfiguration(const ConfigurationSettings &Settings);
DProtocol.cpp1119 bool fromJSON(const llvm::json::Value &Params, ConfigurationSettings &S, in fromJSON()
DClangdLSPServer.cpp1249 const ConfigurationSettings &Settings) { in applyConfiguration()