Searched refs:CalculateActualIndentation (Results 1 – 2 of 2) sorted by relevance
128 static int CalculateActualIndentation(const StringList &lines);
155 int REPL::CalculateActualIndentation(const StringList &lines) { in CalculateActualIndentation() function in REPL183 int actual_indent = REPL::CalculateActualIndentation(lines); in IOHandlerFixIndentation()