Home
last modified time | relevance | path

Searched refs:DidChangeWatchedFilesParams (Results 1 – 15 of 15) sorted by relevance

/external/llvm-project/clang-tools-extra/clangd/
DClangdServer.h307 void onFileEvent(const DidChangeWatchedFilesParams &Params);
DClangdLSPServer.h125 void onFileEvent(const DidChangeWatchedFilesParams &);
DProtocol.h737 struct DidChangeWatchedFilesParams { struct
741 bool fromJSON(const llvm::json::Value &, DidChangeWatchedFilesParams &, argument
DClangdServer.cpp657 void ClangdServer::onFileEvent(const DidChangeWatchedFilesParams &Params) { in onFileEvent()
DProtocol.cpp514 bool fromJSON(const llvm::json::Value &Params, DidChangeWatchedFilesParams &R, in fromJSON()
DClangdLSPServer.cpp701 void ClangdLSPServer::onFileEvent(const DidChangeWatchedFilesParams &Params) { in onFileEvent()
/external/swiftshader/third_party/SPIRV-Tools/utils/vscode/src/lsp/protocol/
Dtsserver.go35 DidChangeWatchedFiles(context.Context, *DidChangeWatchedFilesParams) error argument
166 var params DidChangeWatchedFilesParams
580 …Dispatcher) DidChangeWatchedFiles(ctx context.Context, params *DidChangeWatchedFilesParams) error {
Dtsprotocol.go1563 type DidChangeWatchedFilesParams struct { struct
/external/angle/third_party/vulkan-deps/spirv-tools/src/utils/vscode/src/lsp/protocol/
Dtsserver.go35 DidChangeWatchedFiles(context.Context, *DidChangeWatchedFilesParams) error argument
166 var params DidChangeWatchedFilesParams
580 …Dispatcher) DidChangeWatchedFiles(ctx context.Context, params *DidChangeWatchedFilesParams) error {
Dtsprotocol.go1563 type DidChangeWatchedFilesParams struct { struct
/external/deqp-deps/SPIRV-Tools/utils/vscode/src/lsp/protocol/
Dtsserver.go35 DidChangeWatchedFiles(context.Context, *DidChangeWatchedFilesParams) error argument
166 var params DidChangeWatchedFilesParams
580 …Dispatcher) DidChangeWatchedFiles(ctx context.Context, params *DidChangeWatchedFilesParams) error {
Dtsprotocol.go1563 type DidChangeWatchedFilesParams struct { struct
/external/swiftshader/third_party/SPIRV-Tools/utils/vscode/src/
Dlangsvr.go154 func (s *server) DidChangeWatchedFiles(ctx context.Context, p *lsp.DidChangeWatchedFilesParams) err…
/external/angle/third_party/vulkan-deps/spirv-tools/src/utils/vscode/src/
Dlangsvr.go159 func (s *server) DidChangeWatchedFiles(ctx context.Context, p *lsp.DidChangeWatchedFilesParams) err…
/external/deqp-deps/SPIRV-Tools/utils/vscode/src/
Dlangsvr.go154 func (s *server) DidChangeWatchedFiles(ctx context.Context, p *lsp.DidChangeWatchedFilesParams) err…