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