|
clang-tools 22.0.0git
|
#include <Protocol.h>
Public Attributes | |
| TextDocumentIdentifier | textDocument |
| The text document. | |
| std::vector< Position > | positions |
| The positions inside the text document. | |
Definition at line 1911 of file Protocol.h.
| std::vector<Position> clang::clangd::SelectionRangeParams::positions |
The positions inside the text document.
Definition at line 1916 of file Protocol.h.
Referenced by clang::clangd::fromJSON().
| TextDocumentIdentifier clang::clangd::SelectionRangeParams::textDocument |
The text document.
Definition at line 1913 of file Protocol.h.
Referenced by clang::clangd::fromJSON().