clang-tools
10.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 156 of file Protocol.h.
|
inline |
Definition at line 173 of file Protocol.h.
Referenced by clang::clangd::getToggle().
|
inline |
Definition at line 174 of file Protocol.h.
References end, clang::clangd::fromJSON(), and start.
Definition at line 166 of file Protocol.h.
Definition at line 169 of file Protocol.h.
Definition at line 163 of file Protocol.h.
Position clang::clangd::Range::end |
The range's end position.
Definition at line 161 of file Protocol.h.
Referenced by contains(), clang::clangd::SymbolCollector::handleMacros(), clang::clangd::isRangeConsecutive(), clang::clangd::operator<<(), and clang::clangd::toLSPRange().
Position clang::clangd::Range::start |
The range's start position.
Definition at line 158 of file Protocol.h.
Referenced by contains(), clang::clangd::SymbolCollector::handleMacros(), clang::clangd::isRangeConsecutive(), clang::clangd::operator<<(), and clang::clangd::toLSPRange().