Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/lldb/include/lldb/Interpreter/
DOptionValueFileColonLine.h55 uint32_t m_completion_mask = CommandCompletions::eSourceFileCompletion;
DCommandCompletions.h28 eSourceFileCompletion = (1u << 0), enumerator
/freebsd-12-stable/contrib/llvm-project/lldb/source/Interpreter/
DOptionValueFileColonLine.cpp29 m_completion_mask(CommandCompletions::eSourceFileCompletion) { in OptionValueFileColonLine()
DCommandInterpreter.cpp587 CommandCompletions::eSourceFileCompletion, in LoadCommandDictionary()
641 CommandCompletions::eSourceFileCompletion, in LoadCommandDictionary()
817 2, CommandCompletions::eSourceFileCompletion, false)); in LoadCommandDictionary()
DCommandObject.cpp1103 …{ eArgTypeSourceFile, "source-file", CommandCompletions::eSourceFileCompletion, { nullptr, false }…
DOptions.cpp772 if (completion_mask & CommandCompletions::eSourceFileCompletion || in HandleOptionArgumentCompletion()
/freebsd-12-stable/contrib/llvm-project/lldb/source/Commands/
DCommandCompletions.cpp55 {eSourceFileCompletion, CommandCompletions::SourceFiles}, in InvokeCommonCompletionCallbacks()
DCommandObjectTarget.cpp1841 GetCommandInterpreter(), CommandCompletions::eSourceFileCompletion, in HandleArgumentCompletion()