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