Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Commands/
H A DCommandObjectPlugin.cpp43 GetCommandInterpreter(), CommandCompletions::eDiskFileCompletion, in HandleArgumentCompletion()
H A DCommandObjectTrace.cpp100 GetCommandInterpreter(), CommandCompletions::eDiskFileCompletion, in HandleArgumentCompletion()
190 GetCommandInterpreter(), CommandCompletions::eDiskFileCompletion, in HandleArgumentCompletion()
H A DOptionsBase.td70 // Sets the completion to eDiskFileCompletion
76 // `eDiskFileCompletion | eDiskDirectoryCompletion`.
H A DCommandObjectSession.cpp35 GetCommandInterpreter(), CommandCompletions::eDiskFileCompletion, in HandleArgumentCompletion()
H A DCommandObjectPlatform.cpp835 GetCommandInterpreter(), CommandCompletions::eDiskFileCompletion, in HandleArgumentCompletion()
1107 GetCommandInterpreter(), CommandCompletions::eDiskFileCompletion, in HandleArgumentCompletion()
1867 GetCommandInterpreter(), CommandCompletions::eDiskFileCompletion, in HandleArgumentCompletion()
H A DCommandObjectCommands.cpp69 GetCommandInterpreter(), CommandCompletions::eDiskFileCompletion, in HandleArgumentCompletion()
1264 GetCommandInterpreter(), CommandCompletions::eDiskFileCompletion, in HandleArgumentCompletion()
H A DCommandObjectProcess.cpp148 GetCommandInterpreter(), CommandCompletions::eDiskFileCompletion, in HandleArgumentCompletion()
1076 GetCommandInterpreter(), CommandCompletions::eDiskFileCompletion, in HandleArgumentCompletion()
H A DCommandCompletions.cpp58 {eDiskFileCompletion, CommandCompletions::DiskFiles}, in InvokeCommonCompletionCallbacks()
H A DCommandObjectTarget.cpp251 GetCommandInterpreter(), CommandCompletions::eDiskFileCompletion, in HandleArgumentCompletion()
2489 GetCommandInterpreter(), CommandCompletions::eDiskFileCompletion, in HandleArgumentCompletion()
4054 GetCommandInterpreter(), CommandCompletions::eDiskFileCompletion, in HandleArgumentCompletion()
H A DCommandObjectBreakpoint.cpp2202 interpreter, CommandCompletions::eDiskFileCompletion, request, in HandleOptionArgumentCompletion()
/llvm-project-15.0.7/lldb/include/lldb/Interpreter/
H A DOptionValueFileSpec.h78 uint32_t m_completion_mask = CommandCompletions::eDiskFileCompletion;
H A DCommandOptionArgumentTable.h247 …{ lldb::eArgTypeFilename, "filename", CommandCompletions::eDiskFileCompletion, {}, { nullptr, fals…
268 …{ lldb::eArgTypePath, "path", CommandCompletions::eDiskFileCompletion, {}, { nullptr, false }, "Pa…
H A DCommandCompletions.h30 eDiskFileCompletion = (1u << 1), enumerator