Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/lldb/include/lldb/Interpreter/
DOptionValueFileColonLine.h55 uint32_t m_completion_mask = CommandCompletions::eSourceFileCompletion;
DCommandCompletions.h29 eSourceFileCompletion = (1u << 0), enumerator
DCommandOptionArgumentTable.h230 …{ lldb::eArgTypeSourceFile, "source-file", CommandCompletions::eSourceFileCompletion, {}, { nullpt…
/openbsd/src/gnu/llvm/lldb/source/Interpreter/
DCommandInterpreter.cpp617 CommandCompletions::eSourceFileCompletion, in LoadCommandDictionary()
671 CommandCompletions::eSourceFileCompletion, in LoadCommandDictionary()
850 2, CommandCompletions::eSourceFileCompletion, false)); in LoadCommandDictionary()
DOptions.cpp717 if (completion_mask & CommandCompletions::eSourceFileCompletion || in HandleOptionArgumentCompletion()
/openbsd/src/gnu/llvm/lldb/source/Commands/
DCommandCompletions.cpp57 {eSourceFileCompletion, CommandCompletions::SourceFiles}, in InvokeCommonCompletionCallbacks()
DCommandObjectTarget.cpp1860 GetCommandInterpreter(), CommandCompletions::eSourceFileCompletion, in HandleArgumentCompletion()