clang-tools 20.0.0git
|
Represents a symbol range where the symbol can potentially have multiple tokens. More...
#include <Rename.h>
Public Member Functions | |
SymbolRange (Range R) | |
SymbolRange (std::vector< Range > Ranges) | |
Range | range () const |
Returns the first range. | |
Public Attributes | |
std::vector< Range > | Ranges |
Ranges for the tokens that make up the symbol's name. | |
Friends | |
bool | operator== (const SymbolRange &LHS, const SymbolRange &RHS) |
bool | operator!= (const SymbolRange &LHS, const SymbolRange &RHS) |
bool | operator< (const SymbolRange &LHS, const SymbolRange &RHS) |
Represents a symbol range where the symbol can potentially have multiple tokens.
clang::clangd::SymbolRange::SymbolRange | ( | Range | R | ) |
Definition at line 1014 of file Rename.cpp.
clang::clangd::SymbolRange::SymbolRange | ( | std::vector< Range > | Ranges | ) |
Definition at line 1016 of file Rename.cpp.
Range clang::clangd::SymbolRange::range | ( | ) | const |
|
friend |
Definition at line 1024 of file Rename.cpp.
|
friend |
Definition at line 1027 of file Rename.cpp.
|
friend |
Definition at line 1021 of file Rename.cpp.
std::vector<Range> clang::clangd::SymbolRange::Ranges |