Searched refs:eSourceFileCompletion (Results 1 – 7 of 7) sorted by relevance
| /llvm-project-15.0.7/lldb/include/lldb/Interpreter/ |
| H A D | OptionValueFileColonLine.h | 55 uint32_t m_completion_mask = CommandCompletions::eSourceFileCompletion;
|
| H A D | CommandCompletions.h | 29 eSourceFileCompletion = (1u << 0), enumerator
|
| H A D | CommandOptionArgumentTable.h | 291 …{ lldb::eArgTypeSourceFile, "source-file", CommandCompletions::eSourceFileCompletion, {}, { nullpt…
|
| /llvm-project-15.0.7/lldb/source/Interpreter/ |
| H A D | CommandInterpreter.cpp | 599 CommandCompletions::eSourceFileCompletion, in LoadCommandDictionary() 653 CommandCompletions::eSourceFileCompletion, in LoadCommandDictionary() 832 2, CommandCompletions::eSourceFileCompletion, false)); in LoadCommandDictionary()
|
| H A D | Options.cpp | 717 if (completion_mask & CommandCompletions::eSourceFileCompletion || in HandleOptionArgumentCompletion()
|
| /llvm-project-15.0.7/lldb/source/Commands/ |
| H A D | CommandCompletions.cpp | 57 {eSourceFileCompletion, CommandCompletions::SourceFiles}, in InvokeCommonCompletionCallbacks()
|
| H A D | CommandObjectTarget.cpp | 1845 GetCommandInterpreter(), CommandCompletions::eSourceFileCompletion, in HandleArgumentCompletion()
|