clang-tools
8.0.0
|
#include <Protocol.h>
Public Attributes | |
URIForFile | uri |
The text document's URI. More... | |
Range | range |
Friends | |
bool | operator== (const Location &LHS, const Location &RHS) |
bool | operator!= (const Location &LHS, const Location &RHS) |
bool | operator< (const Location &LHS, const Location &RHS) |
Definition at line 180 of file Protocol.h.
Definition at line 189 of file Protocol.h.
Definition at line 193 of file Protocol.h.
Definition at line 185 of file Protocol.h.
Range clang::clangd::Location::range |
Definition at line 183 of file Protocol.h.
Referenced by clang::clangd::operator<<(), and clang::clangd::toJSON().
URIForFile clang::clangd::Location::uri |
The text document's URI.
Definition at line 182 of file Protocol.h.
Referenced by clang::clangd::operator<<(), and clang::clangd::toJSON().