Searched refs:currentLine (Results 1 – 4 of 4) sorted by relevance
66 int currentLine = 1; in CompareFileContent() local79 printf("Comparision failed on line %d",currentLine); in CompareFileContent()83 currentLine++; in CompareFileContent()
232 } else if (!currentLine()->Tokens.empty()) { in reconstruct()237 currentLine()->Tokens.back()->Tok; in reconstruct()415 currentLine(), parentLine().Tokens.back()->Tok, Token)); in processNextReconstructed()501 L = L ? L : currentLine(); in appendToken()572 MacroCallReconstructor::currentLine() { in currentLine() function in clang::format::MacroCallReconstructor
245 ReconstructedLine *currentLine();
901 std::string currentLine = lines.GetStringAtIndex(m_current_line_index); in FixIndentationCommand() local903 currentLine = currentLine.insert(0, indent_correction, ' '); in FixIndentationCommand()905 currentLine = currentLine.erase(0, -indent_correction); in FixIndentationCommand()909 llvm::ConvertUTF8toWide(currentLine, wbuffer); in FixIndentationCommand()912 m_input_lines[m_current_line_index] = currentLine; in FixIndentationCommand()