Home
last modified time | relevance | path

Searched refs:m_comment_char (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DCommandInterpreter.h757 char m_comment_char; variable
/freebsd/contrib/llvm-project/lldb/source/Interpreter/
H A DCommandInterpreter.cpp139 m_comment_char('#'), m_batch_command_mode(false), in CommandInterpreter()
1900 else if (command_string[non_space] == m_comment_char) in HandleCommand()
2117 if (first_arg.front() == m_comment_char) in HandleCompletion()
3087 if (command.front() == m_comment_char) in EchoCommandNonInteractive()