clang-tools
11.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 1030 of file Protocol.h.
Position clang::clangd::TextDocumentPositionParams::position |
The position inside the text document.
Definition at line 1035 of file Protocol.h.
Referenced by clang::clangd::getToggle().
TextDocumentIdentifier clang::clangd::TextDocumentPositionParams::textDocument |
The text document.
Definition at line 1032 of file Protocol.h.
Referenced by clang::clangd::getToggle().