#include <Index.h>
Definition at line 61 of file Index.h.
◆ SymbolID() [1/2]
clang::clangd::SymbolID::SymbolID |
( |
| ) |
|
|
default |
◆ SymbolID() [2/2]
clang::clangd::SymbolID::SymbolID |
( |
llvm::StringRef |
USR | ) |
|
|
explicit |
◆ operator<()
bool clang::clangd::SymbolID::operator< |
( |
const SymbolID & |
Sym | ) |
const |
|
inline |
◆ operator==()
bool clang::clangd::SymbolID::operator== |
( |
const SymbolID & |
Sym | ) |
const |
|
inline |
◆ str()
std::string clang::clangd::SymbolID::str |
( |
| ) |
const |
◆ hash_value
llvm::hash_code hash_value |
( |
const SymbolID & |
ID | ) |
|
|
friend |
◆ operator<<
llvm::raw_ostream& operator<< |
( |
llvm::raw_ostream & |
OS, |
|
|
const SymbolID & |
ID |
|
) |
| |
|
friend |
◆ operator>>
void operator>> |
( |
llvm::StringRef |
Str, |
|
|
SymbolID & |
ID |
|
) |
| |
|
friend |
The documentation for this class was generated from the following files: