clang-tools
11.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 199 of file Protocol.h.
Definition at line 208 of file Protocol.h.
Definition at line 212 of file Protocol.h.
Definition at line 204 of file Protocol.h.
Range clang::clangd::Location::range |
Definition at line 202 of file Protocol.h.
Referenced by clang::clangd::flattenSymbolHierarchy(), clang::clangd::getToggle(), and clang::clangd::operator<<().
URIForFile clang::clangd::Location::uri |
The text document's URI.
Definition at line 201 of file Protocol.h.
Referenced by clang::clangd::flattenSymbolHierarchy(), clang::clangd::getToggle(), clang::clangd::indexToLSPLocation(), and clang::clangd::operator<<().