Home
last modified time | relevance | path

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

/llvm-project-15.0.7/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.h291 …{ lldb::eArgTypeSourceFile, "source-file", CommandCompletions::eSourceFileCompletion, {}, { nullpt…
/llvm-project-15.0.7/lldb/source/Interpreter/
H A DCommandInterpreter.cpp599 CommandCompletions::eSourceFileCompletion, in LoadCommandDictionary()
653 CommandCompletions::eSourceFileCompletion, in LoadCommandDictionary()
832 2, CommandCompletions::eSourceFileCompletion, false)); in LoadCommandDictionary()
H A DOptions.cpp717 if (completion_mask & CommandCompletions::eSourceFileCompletion || in HandleOptionArgumentCompletion()
/llvm-project-15.0.7/lldb/source/Commands/
H A DCommandCompletions.cpp57 {eSourceFileCompletion, CommandCompletions::SourceFiles}, in InvokeCommonCompletionCallbacks()
H A DCommandObjectTarget.cpp1845 GetCommandInterpreter(), CommandCompletions::eSourceFileCompletion, in HandleArgumentCompletion()