Searched refs:eSourceFileCompletion (Results 1 – 8 of 8) sorted by relevance
| /freebsd-12-stable/contrib/llvm-project/lldb/include/lldb/Interpreter/ |
| D | OptionValueFileColonLine.h | 55 uint32_t m_completion_mask = CommandCompletions::eSourceFileCompletion;
|
| D | CommandCompletions.h | 28 eSourceFileCompletion = (1u << 0), enumerator
|
| /freebsd-12-stable/contrib/llvm-project/lldb/source/Interpreter/ |
| D | OptionValueFileColonLine.cpp | 29 m_completion_mask(CommandCompletions::eSourceFileCompletion) { in OptionValueFileColonLine()
|
| D | CommandInterpreter.cpp | 587 CommandCompletions::eSourceFileCompletion, in LoadCommandDictionary() 641 CommandCompletions::eSourceFileCompletion, in LoadCommandDictionary() 817 2, CommandCompletions::eSourceFileCompletion, false)); in LoadCommandDictionary()
|
| D | CommandObject.cpp | 1103 …{ eArgTypeSourceFile, "source-file", CommandCompletions::eSourceFileCompletion, { nullptr, false }…
|
| D | Options.cpp | 772 if (completion_mask & CommandCompletions::eSourceFileCompletion || in HandleOptionArgumentCompletion()
|
| /freebsd-12-stable/contrib/llvm-project/lldb/source/Commands/ |
| D | CommandCompletions.cpp | 55 {eSourceFileCompletion, CommandCompletions::SourceFiles}, in InvokeCommonCompletionCallbacks()
|
| D | CommandObjectTarget.cpp | 1841 GetCommandInterpreter(), CommandCompletions::eSourceFileCompletion, in HandleArgumentCompletion()
|