Home
last modified time | relevance | path

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

/external/llvm-project/lldb/include/lldb/Core/
DSourceManager.h63 uint32_t GetLineLength(uint32_t line, bool include_newline_chars);
/external/llvm-project/lldb/source/Core/
DSourceManager.cpp491 bool include_newline_chars) { in GetLineLength() argument
502 if (!include_newline_chars) { in GetLineLength()