Searched refs:currentLine (Results 1 – 3 of 3) sorted by relevance
234 } else if (!currentLine()->Tokens.empty()) { in reconstruct()239 currentLine()->Tokens.back()->Tok; in reconstruct()419 currentLine(), parentLine().Tokens.back()->Tok, Token)); in processNextReconstructed()503 L = L ? L : currentLine(); in appendToken()555 MacroCallReconstructor::currentLine() { in currentLine() function in clang::format::MacroCallReconstructor
243 ReconstructedLine *currentLine();
875 std::string currentLine = lines.GetStringAtIndex(m_current_line_index); in FixIndentationCommand() local877 currentLine = currentLine.insert(0, indent_correction, ' '); in FixIndentationCommand()879 currentLine = currentLine.erase(0, -indent_correction); in FixIndentationCommand()882 m_input_lines[m_current_line_index] = m_utf8conv.from_bytes(currentLine); in FixIndentationCommand()884 m_input_lines[m_current_line_index] = currentLine; in FixIndentationCommand()