Home
last modified time | relevance | path

Searched refs:PublishDiagnosticsParams (Results 1 – 13 of 13) sorted by relevance

/external/swiftshader/third_party/SPIRV-Tools/utils/vscode/src/lsp/protocol/
Dtsclient.go29 PublishDiagnostics(context.Context, *PublishDiagnosticsParams) error argument
78 var params PublishDiagnosticsParams
174 func (s *clientDispatcher) PublishDiagnostics(ctx context.Context, params *PublishDiagnosticsParams
Dtsprotocol.go1648 type PublishDiagnosticsParams struct { struct
/external/angle/third_party/vulkan-deps/spirv-tools/src/utils/vscode/src/lsp/protocol/
Dtsclient.go29 PublishDiagnostics(context.Context, *PublishDiagnosticsParams) error argument
78 var params PublishDiagnosticsParams
174 func (s *clientDispatcher) PublishDiagnostics(ctx context.Context, params *PublishDiagnosticsParams
Dtsprotocol.go1648 type PublishDiagnosticsParams struct { struct
/external/deqp-deps/SPIRV-Tools/utils/vscode/src/lsp/protocol/
Dtsclient.go29 PublishDiagnostics(context.Context, *PublishDiagnosticsParams) error argument
78 var params PublishDiagnosticsParams
174 func (s *clientDispatcher) PublishDiagnostics(ctx context.Context, params *PublishDiagnosticsParams
Dtsprotocol.go1648 type PublishDiagnosticsParams struct { struct
/external/llvm-project/clang-tools-extra/clangd/
DClangdLSPServer.h181 void publishDiagnostics(const PublishDiagnosticsParams &);
DProtocol.h855 struct PublishDiagnosticsParams { struct
863 llvm::json::Value toJSON(const PublishDiagnosticsParams &); argument
DClangdLSPServer.cpp867 PublishDiagnosticsParams Notification; in onDocumentDidClose()
1275 const PublishDiagnosticsParams &Params) { in publishDiagnostics()
1592 PublishDiagnosticsParams Notification; in onDiagnosticsReady()
DProtocol.cpp589 llvm::json::Value toJSON(const PublishDiagnosticsParams &PDP) { in toJSON()
/external/swiftshader/third_party/SPIRV-Tools/utils/vscode/src/
Dlangsvr.go477 …dp := lsp.PublishDiagnosticsParams{URI: uri, Diagnostics: make([]lsp.Diagnostic, len(res.Diagnosti…
/external/angle/third_party/vulkan-deps/spirv-tools/src/utils/vscode/src/
Dlangsvr.go484 …dp := lsp.PublishDiagnosticsParams{URI: uri, Diagnostics: make([]lsp.Diagnostic, len(res.Diagnosti…
/external/deqp-deps/SPIRV-Tools/utils/vscode/src/
Dlangsvr.go477 …dp := lsp.PublishDiagnosticsParams{URI: uri, Diagnostics: make([]lsp.Diagnostic, len(res.Diagnosti…