#include <SymbolLocation.h>
Definition at line 32 of file SymbolLocation.h.
◆ Position()
clang::clangd::SymbolLocation::Position::Position |
( |
| ) |
|
|
default |
◆ column()
uint32_t clang::clangd::SymbolLocation::Position::column |
( |
| ) |
const |
|
inline |
◆ hasOverflow()
bool clang::clangd::SymbolLocation::Position::hasOverflow |
( |
| ) |
const |
|
inline |
◆ line()
uint32_t clang::clangd::SymbolLocation::Position::line |
( |
| ) |
const |
|
inline |
◆ rep()
uint32_t clang::clangd::SymbolLocation::Position::rep |
( |
| ) |
const |
|
inline |
◆ setColumn()
void clang::clangd::SymbolLocation::Position::setColumn |
( |
uint32_t |
Column | ) |
|
◆ setLine()
void clang::clangd::SymbolLocation::Position::setLine |
( |
uint32_t |
Line | ) |
|
◆ ColumnBits
constexpr unsigned clang::clangd::SymbolLocation::Position::ColumnBits = 12 |
|
staticconstexpr |
◆ MaxColumn
constexpr uint32_t clang::clangd::SymbolLocation::Position::MaxColumn = (1 << ColumnBits) - 1 |
|
staticconstexpr |
◆ MaxLine
constexpr uint32_t clang::clangd::SymbolLocation::Position::MaxLine = (1 << (32 - ColumnBits)) - 1 |
|
staticconstexpr |
The documentation for this struct was generated from the following files: