Home
last modified time | relevance | path

Searched refs:GetDesiredIndentation (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/Plugins/REPL/Clang/
H A DClangREPL.h45 lldb::offset_t GetDesiredIndentation(const StringList &lines,
H A DClangREPL.cpp78 lldb::offset_t ClangREPL::GetDesiredIndentation(const StringList &lines, in GetDesiredIndentation() function in ClangREPL
/freebsd/contrib/llvm-project/lldb/include/lldb/Expression/
H A DREPL.h140 virtual lldb::offset_t GetDesiredIndentation(
/freebsd/contrib/llvm-project/lldb/source/Expression/
H A DREPL.cpp181 GetDesiredIndentation(lines, cursor_position, tab_size); in IOHandlerFixIndentation()