Home
last modified time | relevance | path

Searched refs:DiagnosticRelatedInformation (Results 1 – 8 of 8) sorted by relevance

/external/llvm-project/clang-tools-extra/clangd/
DProtocol.h408 bool DiagnosticRelatedInformation = false; member
798 struct DiagnosticRelatedInformation { struct
804 llvm::json::Value toJSON(const DiagnosticRelatedInformation &); argument
827 llvm::Optional<std::vector<DiagnosticRelatedInformation>> relatedInformation;
DDiagnostics.cpp457 DiagnosticRelatedInformation RelInfo; in toLSPDiags()
DProtocol.cpp318 R.DiagnosticRelatedInformation = *RelatedInfo; in fromJSON()
552 llvm::json::Value toJSON(const DiagnosticRelatedInformation &DRI) { in toJSON()
DClangdLSPServer.cpp531 Params.capabilities.DiagnosticRelatedInformation; in onInitialize()
/external/angle/third_party/vulkan-deps/spirv-tools/src/utils/vscode/src/lsp/protocol/
Dtsprotocol.go2923 type DiagnosticRelatedInformation struct { struct
2979 RelatedInformation []DiagnosticRelatedInformation `json:"relatedInformation,omitempty"`
/external/deqp-deps/SPIRV-Tools/utils/vscode/src/lsp/protocol/
Dtsprotocol.go2923 type DiagnosticRelatedInformation struct { struct
2979 RelatedInformation []DiagnosticRelatedInformation `json:"relatedInformation,omitempty"`
/external/swiftshader/third_party/SPIRV-Tools/utils/vscode/src/lsp/protocol/
Dtsprotocol.go2923 type DiagnosticRelatedInformation struct { struct
2979 RelatedInformation []DiagnosticRelatedInformation `json:"relatedInformation,omitempty"`
/external/llvm-project/clang-tools-extra/clangd/unittests/
DDiagnosticsTests.cpp696 DiagnosticRelatedInformation NoteInMainDRI; in TEST()
701 DiagnosticRelatedInformation NoteInHeaderDRI; in TEST()