#include <SymbolID.h>
|
static constexpr size_t | RawSize = 8 |
|
Definition at line 32 of file SymbolID.h.
◆ SymbolID() [1/2]
clang::clangd::SymbolID::SymbolID |
( |
| ) |
|
|
default |
◆ SymbolID() [2/2]
clang::clangd::SymbolID::SymbolID |
( |
llvm::StringRef |
USR | ) |
|
|
explicit |
◆ fromRaw()
SymbolID clang::clangd::SymbolID::fromRaw |
( |
llvm::StringRef |
Raw | ) |
|
|
static |
◆ fromStr()
llvm::Expected< SymbolID > clang::clangd::SymbolID::fromStr |
( |
llvm::StringRef |
Str | ) |
|
|
static |
◆ isNull()
bool clang::clangd::SymbolID::isNull |
( |
| ) |
const |
|
inline |
◆ operator bool()
clang::clangd::SymbolID::operator bool |
( |
| ) |
const |
|
inlineexplicit |
◆ operator!=()
bool clang::clangd::SymbolID::operator!= |
( |
const SymbolID & |
Sym | ) |
const |
|
inline |
◆ operator<()
bool clang::clangd::SymbolID::operator< |
( |
const SymbolID & |
Sym | ) |
const |
|
inline |
◆ operator==()
bool clang::clangd::SymbolID::operator== |
( |
const SymbolID & |
Sym | ) |
const |
|
inline |
◆ raw()
llvm::StringRef clang::clangd::SymbolID::raw |
( |
| ) |
const |
◆ str()
std::string clang::clangd::SymbolID::str |
( |
| ) |
const |
◆ RawSize
constexpr size_t clang::clangd::SymbolID::RawSize = 8 |
|
staticconstexpr |
The documentation for this class was generated from the following files: