MLIR
20.0.0git
|
#include "mlir/Tools/lsp-server-support/Protocol.h"
Public Attributes | |
MarkupKind | kind = MarkupKind::PlainText |
std::string | value |
Definition at line 525 of file Protocol.h.
MarkupKind mlir::lsp::MarkupContent::kind = MarkupKind::PlainText |
Definition at line 526 of file Protocol.h.
Referenced by mlir::lsp::toJSON().
std::string mlir::lsp::MarkupContent::value |
Definition at line 527 of file Protocol.h.
Referenced by mlir::lsp::SourceMgrInclude::buildHover(), and mlir::lsp::toJSON().