Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Interpreter/
DOptionValueFileSpec.cpp24 m_completion_mask(CommandCompletions::eDiskFileCompletion), in OptionValueFileSpec()
30 m_completion_mask(CommandCompletions::eDiskFileCompletion), in OptionValueFileSpec()
38 m_completion_mask(CommandCompletions::eDiskFileCompletion), in OptionValueFileSpec()
DCommandObject.cpp1065 …{ eArgTypeFilename, "filename", CommandCompletions::eDiskFileCompletion, { nullptr, false }, "The …
1087 { eArgTypePath, "path", CommandCompletions::eDiskFileCompletion, { nullptr, false }, "Path." },
/external/llvm-project/lldb/source/Commands/
DCommandObjectPlugin.cpp43 GetCommandInterpreter(), CommandCompletions::eDiskFileCompletion, in HandleArgumentCompletion()
DOptionsBase.td70 // Sets the completion to eDiskFileCompletion
76 // `eDiskFileCompletion | eDiskDirectoryCompletion`.
DCommandObjectSession.cpp34 GetCommandInterpreter(), CommandCompletions::eDiskFileCompletion, in HandleArgumentCompletion()
DCommandObjectPlatform.cpp839 GetCommandInterpreter(), CommandCompletions::eDiskFileCompletion, in HandleArgumentCompletion()
969 GetCommandInterpreter(), CommandCompletions::eDiskFileCompletion, in HandleArgumentCompletion()
1744 GetCommandInterpreter(), CommandCompletions::eDiskFileCompletion, in HandleArgumentCompletion()
DCommandObjectCommands.cpp69 GetCommandInterpreter(), CommandCompletions::eDiskFileCompletion, in HandleArgumentCompletion()
1253 GetCommandInterpreter(), CommandCompletions::eDiskFileCompletion, in HandleArgumentCompletion()
DCommandObjectProcess.cpp133 GetCommandInterpreter(), CommandCompletions::eDiskFileCompletion, in HandleArgumentCompletion()
890 GetCommandInterpreter(), CommandCompletions::eDiskFileCompletion, in HandleArgumentCompletion()
DCommandCompletions.cpp56 {eDiskFileCompletion, CommandCompletions::DiskFiles}, in InvokeCommonCompletionCallbacks()
DCommandObjectTarget.cpp262 GetCommandInterpreter(), CommandCompletions::eDiskFileCompletion, in HandleArgumentCompletion()
2503 GetCommandInterpreter(), CommandCompletions::eDiskFileCompletion, in HandleArgumentCompletion()
4075 GetCommandInterpreter(), CommandCompletions::eDiskFileCompletion, in HandleArgumentCompletion()
DCommandObjectBreakpoint.cpp2141 interpreter, CommandCompletions::eDiskFileCompletion, request, in HandleOptionArgumentCompletion()
/external/llvm-project/lldb/include/lldb/Interpreter/
DCommandCompletions.h29 eDiskFileCompletion = (1u << 1), enumerator