clang-tools
9.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 181 of file Protocol.h.
Definition at line 190 of file Protocol.h.
Definition at line 194 of file Protocol.h.
Definition at line 186 of file Protocol.h.
Range clang::clangd::Location::range |
Definition at line 184 of file Protocol.h.
Referenced by clang::clangd::flattenSymbolHierarchy(), clang::clangd::getToggle(), and clang::clangd::toLSPDiags().
URIForFile clang::clangd::Location::uri |
The text document's URI.
Definition at line 183 of file Protocol.h.
Referenced by clang::clangd::flattenSymbolHierarchy(), clang::clangd::getToggle(), and clang::clangd::toLSPDiags().