Searched refs:eSourceFileCompletion (Results 1 – 7 of 7) sorted by relevance
| /openbsd-src/gnu/llvm/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 | 230 …{ lldb::eArgTypeSourceFile, "source-file", CommandCompletions::eSourceFileCompletion, {}, { nullpt…
|
| /openbsd-src/gnu/llvm/lldb/source/Interpreter/ |
| H A D | CommandInterpreter.cpp | 617 CommandCompletions::eSourceFileCompletion, in LoadCommandDictionary() 671 CommandCompletions::eSourceFileCompletion, in LoadCommandDictionary() 850 2, CommandCompletions::eSourceFileCompletion, false)); in LoadCommandDictionary()
|
| H A D | Options.cpp | 717 if (completion_mask & CommandCompletions::eSourceFileCompletion || in HandleOptionArgumentCompletion()
|
| /openbsd-src/gnu/llvm/lldb/source/Commands/ |
| H A D | CommandCompletions.cpp | 57 {eSourceFileCompletion, CommandCompletions::SourceFiles}, in InvokeCommonCompletionCallbacks()
|
| H A D | CommandObjectTarget.cpp | 1860 GetCommandInterpreter(), CommandCompletions::eSourceFileCompletion, in HandleArgumentCompletion()
|