Home
last modified time | relevance | path

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

/freebsd-head/contrib/llvm-project/lldb/include/lldb/Expression/
HDREPL.h128 static int CalculateActualIndentation(const StringList &lines);
/freebsd-head/contrib/llvm-project/lldb/source/Expression/
HDREPL.cpp155 int REPL::CalculateActualIndentation(const StringList &lines) { in CalculateActualIndentation() function in REPL
183 int actual_indent = REPL::CalculateActualIndentation(lines); in IOHandlerFixIndentation()