Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/include/lldb/Core/
H A DSourceManager.h65 uint32_t GetLineLength(uint32_t line, bool include_newline_chars);
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DSourceManager.cpp566 bool include_newline_chars) { in GetLineLength() argument
577 if (!include_newline_chars) { in GetLineLength()