clang-tools
15.0.0git
|
#include <Protocol.h>
Public Attributes | |
Range | range |
The range of this selection range. More... | |
std::unique_ptr< SelectionRange > | parent |
The parent selection range containing this range. More... | |
Definition at line 1714 of file Protocol.h.
std::unique_ptr<SelectionRange> clang::clangd::SelectionRange::parent |
The parent selection range containing this range.
Therefore parent.range
must contain this.range
.
Definition at line 1723 of file Protocol.h.
Range clang::clangd::SelectionRange::range |
The range of this selection range.
Definition at line 1718 of file Protocol.h.