Home
last modified time | relevance | path

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

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