Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/source/Interpreter/
H A DOptionValueFileSpec.cpp25 m_completion_mask(CommandCompletions::eDiskFileCompletion), in OptionValueFileSpec()
32 m_completion_mask(CommandCompletions::eDiskFileCompletion), in OptionValueFileSpec()
H A DCommandObject.cpp1058 …{ eArgTypeFilename, "filename", CommandCompletions::eDiskFileCompletion, { nullptr, false }, "The …
1080 { eArgTypePath, "path", CommandCompletions::eDiskFileCompletion, { nullptr, false }, "Path." },
/freebsd-13.1/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectPlugin.cpp43 GetCommandInterpreter(), CommandCompletions::eDiskFileCompletion, in HandleArgumentCompletion()
H A DOptionsBase.td70 // Sets the completion to eDiskFileCompletion
76 // `eDiskFileCompletion | eDiskDirectoryCompletion`.
H A DCommandObjectSession.cpp34 GetCommandInterpreter(), CommandCompletions::eDiskFileCompletion, in HandleArgumentCompletion()
H A DCommandObjectPlatform.cpp816 GetCommandInterpreter(), CommandCompletions::eDiskFileCompletion, in HandleArgumentCompletion()
938 GetCommandInterpreter(), CommandCompletions::eDiskFileCompletion, in HandleArgumentCompletion()
1700 GetCommandInterpreter(), CommandCompletions::eDiskFileCompletion, in HandleArgumentCompletion()
H A DCommandObjectCommands.cpp69 GetCommandInterpreter(), CommandCompletions::eDiskFileCompletion, in HandleArgumentCompletion()
1220 GetCommandInterpreter(), CommandCompletions::eDiskFileCompletion, in HandleArgumentCompletion()
H A DCommandObjectProcess.cpp143 GetCommandInterpreter(), CommandCompletions::eDiskFileCompletion, in HandleArgumentCompletion()
896 GetCommandInterpreter(), CommandCompletions::eDiskFileCompletion, in HandleArgumentCompletion()
H A DCommandCompletions.cpp56 {eDiskFileCompletion, CommandCompletions::DiskFiles}, in InvokeCommonCompletionCallbacks()
H A DCommandObjectTarget.cpp263 GetCommandInterpreter(), CommandCompletions::eDiskFileCompletion, in HandleArgumentCompletion()
2447 GetCommandInterpreter(), CommandCompletions::eDiskFileCompletion, in HandleArgumentCompletion()
3980 GetCommandInterpreter(), CommandCompletions::eDiskFileCompletion, in HandleArgumentCompletion()
H A DCommandObjectBreakpoint.cpp2111 interpreter, CommandCompletions::eDiskFileCompletion, request, in HandleOptionArgumentCompletion()
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DOptionValueFileSpec.h78 uint32_t m_completion_mask = CommandCompletions::eDiskFileCompletion;
H A DCommandCompletions.h29 eDiskFileCompletion = (1u << 1), enumerator