clang-tools
10.0.0git
|
#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 182 of file Protocol.h.
Definition at line 191 of file Protocol.h.
Definition at line 195 of file Protocol.h.
Definition at line 187 of file Protocol.h.
Range clang::clangd::Location::range |
Definition at line 185 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 184 of file Protocol.h.
Referenced by clang::clangd::flattenSymbolHierarchy(), clang::clangd::getToggle(), and clang::clangd::toLSPDiags().