clang-tools 20.0.0git
|
#include <Protocol.h>
Public Attributes | |
URIForFile | uri |
The text document's URI. | |
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 211 of file Protocol.h.
Definition at line 220 of file Protocol.h.
Definition at line 224 of file Protocol.h.
Definition at line 216 of file Protocol.h.
Range clang::clangd::Location::range |
Definition at line 214 of file Protocol.h.
Referenced by clang::clangd::flattenSymbolHierarchy(), clang::clangd::getToggle(), clang::clangd::toJSON(), and clang::clangd::toLSPDiags().
URIForFile clang::clangd::Location::uri |
The text document's URI.
Definition at line 213 of file Protocol.h.
Referenced by clang::clangd::flattenSymbolHierarchy(), clang::clangd::getToggle(), clang::clangd::toJSON(), and clang::clangd::toLSPDiags().