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.cpp1034 m_synchro(synch), m_completion_type(completion_type) { in CommandObjectPythonFunction()
1072 GetCommandInterpreter(), m_completion_type, request, nullptr); in HandleArgumentCompletion()
1107 CompletionType m_completion_type = eNoCompletion; member in CommandObjectPythonFunction
1122 m_fetched_help_long(false), m_completion_type(completion_type) { in CommandObjectScriptingObjectRaw()
1136 GetCommandInterpreter(), m_completion_type, request, nullptr); in HandleArgumentCompletion()
1214 CompletionType m_completion_type = eNoCompletion; member in CommandObjectScriptingObjectRaw
2109 m_completion_type = completion_type; in SetOptionValue()
2122 m_completion_type = eNoCompletion; in OptionParsingStarting()
2140 CompletionType m_completion_type = eNoCompletion; member in CommandObjectCommandsScriptAdd::CommandOptions
2172 m_synchronicity, m_completion_type)); in IOHandlerInputComplete()
[all …]