Home
last modified time | relevance | path

Searched refs:eSourceFileCompletion (Results 1 – 7 of 7) sorted by relevance

/external/llvm-project/lldb/source/Interpreter/
DOptionValueFileColonLine.cpp27 m_completion_mask(CommandCompletions::eSourceFileCompletion) {} in OptionValueFileColonLine()
32 m_completion_mask(CommandCompletions::eSourceFileCompletion) { in OptionValueFileColonLine()
DCommandInterpreter.cpp577 CommandCompletions::eSourceFileCompletion, in LoadCommandDictionary()
631 CommandCompletions::eSourceFileCompletion, in LoadCommandDictionary()
807 2, CommandCompletions::eSourceFileCompletion, false)); in LoadCommandDictionary()
DCommandObject.cpp1110 …{ eArgTypeSourceFile, "source-file", CommandCompletions::eSourceFileCompletion, { nullptr, false }…
DOptions.cpp773 if (completion_mask & CommandCompletions::eSourceFileCompletion || in HandleOptionArgumentCompletion()
/external/llvm-project/lldb/include/lldb/Interpreter/
DCommandCompletions.h28 eSourceFileCompletion = (1u << 0), enumerator
/external/llvm-project/lldb/source/Commands/
DCommandCompletions.cpp55 {eSourceFileCompletion, CommandCompletions::SourceFiles}, in InvokeCommonCompletionCallbacks()
DCommandObjectTarget.cpp1876 GetCommandInterpreter(), CommandCompletions::eSourceFileCompletion, in HandleArgumentCompletion()