clang-tools
7.0.0
|
#include <Protocol.h>
Public Attributes | |
TextDocumentItem | textDocument |
The document that was opened. More... | |
llvm::Optional< Metadata > | metadata |
Extension storing per-file metadata, such as compilation flags. More... | |
Definition at line 368 of file Protocol.h.
llvm::Optional<Metadata> clang::clangd::DidOpenTextDocumentParams::metadata |
Extension storing per-file metadata, such as compilation flags.
Definition at line 373 of file Protocol.h.
Referenced by clang::clangd::fromJSON().
TextDocumentItem clang::clangd::DidOpenTextDocumentParams::textDocument |
The document that was opened.
Definition at line 370 of file Protocol.h.
Referenced by clang::clangd::fromJSON().