Searched refs:eSourceFileCompletion (Results 1 – 7 of 7) sorted by relevance
/external/llvm-project/lldb/source/Interpreter/ |
D | OptionValueFileColonLine.cpp | 27 m_completion_mask(CommandCompletions::eSourceFileCompletion) {} in OptionValueFileColonLine() 32 m_completion_mask(CommandCompletions::eSourceFileCompletion) { in OptionValueFileColonLine()
|
D | CommandInterpreter.cpp | 577 CommandCompletions::eSourceFileCompletion, in LoadCommandDictionary() 631 CommandCompletions::eSourceFileCompletion, in LoadCommandDictionary() 807 2, CommandCompletions::eSourceFileCompletion, false)); in LoadCommandDictionary()
|
D | CommandObject.cpp | 1110 …{ eArgTypeSourceFile, "source-file", CommandCompletions::eSourceFileCompletion, { nullptr, false }…
|
D | Options.cpp | 773 if (completion_mask & CommandCompletions::eSourceFileCompletion || in HandleOptionArgumentCompletion()
|
/external/llvm-project/lldb/include/lldb/Interpreter/ |
D | CommandCompletions.h | 28 eSourceFileCompletion = (1u << 0), enumerator
|
/external/llvm-project/lldb/source/Commands/ |
D | CommandCompletions.cpp | 55 {eSourceFileCompletion, CommandCompletions::SourceFiles}, in InvokeCommonCompletionCallbacks()
|
D | CommandObjectTarget.cpp | 1876 GetCommandInterpreter(), CommandCompletions::eSourceFileCompletion, in HandleArgumentCompletion()
|