Searched refs:eDiskFileCompletion (Results 1 – 13 of 13) sorted by relevance
| /llvm-project-15.0.7/lldb/source/Commands/ |
| H A D | CommandObjectPlugin.cpp | 43 GetCommandInterpreter(), CommandCompletions::eDiskFileCompletion, in HandleArgumentCompletion()
|
| H A D | CommandObjectTrace.cpp | 100 GetCommandInterpreter(), CommandCompletions::eDiskFileCompletion, in HandleArgumentCompletion() 190 GetCommandInterpreter(), CommandCompletions::eDiskFileCompletion, in HandleArgumentCompletion()
|
| H A D | OptionsBase.td | 70 // Sets the completion to eDiskFileCompletion 76 // `eDiskFileCompletion | eDiskDirectoryCompletion`.
|
| H A D | CommandObjectSession.cpp | 35 GetCommandInterpreter(), CommandCompletions::eDiskFileCompletion, in HandleArgumentCompletion()
|
| H A D | CommandObjectPlatform.cpp | 835 GetCommandInterpreter(), CommandCompletions::eDiskFileCompletion, in HandleArgumentCompletion() 1107 GetCommandInterpreter(), CommandCompletions::eDiskFileCompletion, in HandleArgumentCompletion() 1867 GetCommandInterpreter(), CommandCompletions::eDiskFileCompletion, in HandleArgumentCompletion()
|
| H A D | CommandObjectCommands.cpp | 69 GetCommandInterpreter(), CommandCompletions::eDiskFileCompletion, in HandleArgumentCompletion() 1264 GetCommandInterpreter(), CommandCompletions::eDiskFileCompletion, in HandleArgumentCompletion()
|
| H A D | CommandObjectProcess.cpp | 148 GetCommandInterpreter(), CommandCompletions::eDiskFileCompletion, in HandleArgumentCompletion() 1076 GetCommandInterpreter(), CommandCompletions::eDiskFileCompletion, in HandleArgumentCompletion()
|
| H A D | CommandCompletions.cpp | 58 {eDiskFileCompletion, CommandCompletions::DiskFiles}, in InvokeCommonCompletionCallbacks()
|
| H A D | CommandObjectTarget.cpp | 251 GetCommandInterpreter(), CommandCompletions::eDiskFileCompletion, in HandleArgumentCompletion() 2489 GetCommandInterpreter(), CommandCompletions::eDiskFileCompletion, in HandleArgumentCompletion() 4054 GetCommandInterpreter(), CommandCompletions::eDiskFileCompletion, in HandleArgumentCompletion()
|
| H A D | CommandObjectBreakpoint.cpp | 2202 interpreter, CommandCompletions::eDiskFileCompletion, request, in HandleOptionArgumentCompletion()
|
| /llvm-project-15.0.7/lldb/include/lldb/Interpreter/ |
| H A D | OptionValueFileSpec.h | 78 uint32_t m_completion_mask = CommandCompletions::eDiskFileCompletion;
|
| H A D | CommandOptionArgumentTable.h | 247 …{ lldb::eArgTypeFilename, "filename", CommandCompletions::eDiskFileCompletion, {}, { nullptr, fals… 268 …{ lldb::eArgTypePath, "path", CommandCompletions::eDiskFileCompletion, {}, { nullptr, false }, "Pa…
|
| H A D | CommandCompletions.h | 30 eDiskFileCompletion = (1u << 1), enumerator
|