| 
    LLVM 22.0.0git
    
   | 
 
#include "llvm/Support/LSP/Protocol.h"
Public Attributes | |
| MarkupKind | kind = MarkupKind::PlainText | 
| std::string | value | 
Definition at line 535 of file Protocol.h.
| MarkupKind llvm::lsp::MarkupContent::kind = MarkupKind::PlainText | 
Definition at line 536 of file Protocol.h.
Referenced by llvm::lsp::toJSON().
| std::string llvm::lsp::MarkupContent::value | 
Definition at line 537 of file Protocol.h.
Referenced by llvm::lsp::toJSON().