Home
last modified time | relevance | path

Searched defs:currentLine (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/clang/lib/Format/
H A DMacroCallReconstructor.cpp555 MacroCallReconstructor::currentLine() { in currentLine() function in clang::format::MacroCallReconstructor
/llvm-project-15.0.7/lldb/source/Host/common/
H A DEditline.cpp875 std::string currentLine = lines.GetStringAtIndex(m_current_line_index); in FixIndentationCommand() local