Home
last modified time | relevance | path

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

/external/llvm-project/clang-tools-extra/clangd/
DProtocol.h486 struct ClangdCompileCommand { struct
490 bool fromJSON(const llvm::json::Value &, ClangdCompileCommand &, argument
499 std::map<std::string, ClangdCompileCommand> compilationDatabaseChanges;
DProtocol.cpp1112 bool fromJSON(const llvm::json::Value &Params, ClangdCompileCommand &CDbUpdate, in fromJSON()