clang-tools
9.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 155 of file Protocol.h.
|
inline |
Definition at line 172 of file Protocol.h.
Referenced by clang::clangd::getToggle().
|
inline |
Definition at line 173 of file Protocol.h.
References end, clang::clangd::fromJSON(), and start.
Definition at line 165 of file Protocol.h.
Definition at line 168 of file Protocol.h.
Definition at line 162 of file Protocol.h.
Position clang::clangd::Range::end |
The range's end position.
Definition at line 160 of file Protocol.h.
Referenced by contains(), clang::clangd::isRangeConsecutive(), clang::clangd::operator<<(), and clang::clangd::toLSPRange().
Position clang::clangd::Range::start |
The range's start position.
Definition at line 157 of file Protocol.h.
Referenced by contains(), clang::clangd::isRangeConsecutive(), clang::clangd::operator<<(), and clang::clangd::toLSPRange().