Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang-tools-extra/clangd/
H A DProtocol.h506 struct ClangdCompileCommand { struct
510 bool fromJSON(const llvm::json::Value &, ClangdCompileCommand &, argument
519 std::map<std::string, ClangdCompileCommand> compilationDatabaseChanges;
H A DProtocol.cpp1162 bool fromJSON(const llvm::json::Value &Params, ClangdCompileCommand &CDbUpdate, in fromJSON()