Home
last modified time | relevance | path

Searched defs:MaxLine (Results 1 – 2 of 2) sorted by relevance

/llvm-project/clang-tools-extra/clangd/index/
H A DSymbolLocation.cpp14 constexpr uint32_t SymbolLocation::Position::MaxLine; member in clang::clangd::SymbolLocation::Position
H A DSymbolLocation.h45 static constexpr uint32_t MaxLine = (1 << (32 - ColumnBits)) - 1; member