Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang-tools-extra/clangd/
H A DProtocol.h751 struct FileEvent { struct
757 bool fromJSON(const llvm::json::Value &, FileEvent &, llvm::json::Path); argument
761 std::vector<FileEvent> changes;
H A DProtocol.cpp542 bool fromJSON(const llvm::json::Value &Params, FileEvent &R, in fromJSON()