Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectCommands.cpp1044 m_synchro(synch), m_completion_type(completion_type) { in CommandObjectPythonFunction()
1082 GetCommandInterpreter(), m_completion_type, request, nullptr); in HandleArgumentCompletion()
1117 CompletionType m_completion_type = eNoCompletion; member in CommandObjectPythonFunction
1132 m_fetched_help_long(false), m_completion_type(completion_type) { in CommandObjectScriptingObjectRaw()
1146 GetCommandInterpreter(), m_completion_type, request, nullptr); in HandleArgumentCompletion()
1224 CompletionType m_completion_type = eNoCompletion; member in CommandObjectScriptingObjectRaw
2346 m_completion_type = completion_type; in SetOptionValue()
2359 m_completion_type = eNoCompletion; in OptionParsingStarting()
2377 CompletionType m_completion_type = eNoCompletion; member in CommandObjectCommandsScriptAdd::CommandOptions
2412 m_synchronicity, m_completion_type)); in IOHandlerInputComplete()
[all …]