clang-tools 20.0.0git
|
#include <Protocol.h>
Public Attributes | |
TextDocumentIdentifier | textDocument |
The text document. | |
Position | position |
The position inside the text document. | |
Definition at line 1201 of file Protocol.h.
Position clang::clangd::TextDocumentPositionParams::position |
The position inside the text document.
Definition at line 1206 of file Protocol.h.
Referenced by clang::clangd::fromJSON(), and clang::clangd::getToggle().
TextDocumentIdentifier clang::clangd::TextDocumentPositionParams::textDocument |
The text document.
Definition at line 1203 of file Protocol.h.
Referenced by clang::clangd::fromJSON(), and clang::clangd::getToggle().