clang-tools
11.0.0
|
#include <Protocol.h>
Public Member Functions | |
bool | contains (Position Pos) const |
bool | contains (Range Rng) const |
Public Attributes | |
Position | start |
The range's start position. More... | |
Position | end |
The range's end position. More... | |
Friends | |
bool | operator== (const Range &LHS, const Range &RHS) |
bool | operator!= (const Range &LHS, const Range &RHS) |
bool | operator< (const Range &LHS, const Range &RHS) |
Definition at line 173 of file Protocol.h.
|
inline |
Definition at line 190 of file Protocol.h.
References end, Pos, and start.
Referenced by clang::clangd::getToggle().
|
inline |
Definition at line 191 of file Protocol.h.
Definition at line 183 of file Protocol.h.
Definition at line 186 of file Protocol.h.
Definition at line 180 of file Protocol.h.
Position clang::clangd::Range::end |
The range's end position.
Definition at line 178 of file Protocol.h.
Referenced by contains(), clang::clangd::operator<<(), and clang::clangd::toLSPRange().
Position clang::clangd::Range::start |
The range's start position.
Definition at line 175 of file Protocol.h.
Referenced by contains(), clang::clangd::operator<<(), and clang::clangd::toLSPRange().