clang-tools
7.0.0
|
#include <Protocol.h>
Public Attributes | |
TextDocumentIdentifier | textDocument |
The text document. More... | |
Position | position |
The position inside the text document. More... | |
Definition at line 613 of file Protocol.h.
Position clang::clangd::TextDocumentPositionParams::position |
The position inside the text document.
Definition at line 618 of file Protocol.h.
Referenced by clang::clangd::fromJSON().
TextDocumentIdentifier clang::clangd::TextDocumentPositionParams::textDocument |
The text document.
Definition at line 615 of file Protocol.h.
Referenced by clang::clangd::fromJSON().