Home
last modified time | relevance | path

Searched refs:AllowColumnsBeyondLineLength (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/clang-tools-extra/clangd/
H A DSourceCode.h64 bool AllowColumnsBeyondLineLength = true);
H A DSourceCode.cpp173 bool AllowColumnsBeyondLineLength) { in positionToOffset() argument
194 if (!Valid && !AllowColumnsBeyondLineLength) in positionToOffset()