Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Interpreter/
H A DCommandCompletions.h38 eSourceFileCompletion = (1u << 0), enumerator
/freebsd-12.1/contrib/llvm/tools/lldb/source/Commands/
H A DCommandObjectSource.cpp44 …OptionParser::eRequiredArgument, nullptr, {}, CommandCompletions::eSourceFileCompletion, eArgTypeF…
657 …OptionParser::eRequiredArgument, nullptr, {}, CommandCompletions::eSourceFileCompletion, eArgTypeF…
H A DCommandCompletions.cpp42 {eSourceFileCompletion, CommandCompletions::SourceFiles},
H A DCommandObjectBreakpoint.cpp256 …OptionParser::eRequiredArgument, nullptr, {}, CommandCompletions::eSourceFileCompletion, eArgTypeF…
1428 …OptionParser::eRequiredArgument, nullptr, {}, CommandCompletions::eSourceFileCompletion, eArgTypeF…
H A DCommandObjectThread.cpp1751 …OptionParser::eRequiredArgument, nullptr, {}, CommandCompletions::eSourceFileCompletion, eArgTypeF…
H A DCommandObjectTarget.cpp1907 GetCommandInterpreter(), CommandCompletions::eSourceFileCompletion, in HandleArgumentCompletion()
4526 …OptionParser::eRequiredArgument, nullptr, {}, CommandCompletions::eSourceFileCompletion, eArgTypeF…
/freebsd-12.1/contrib/llvm/tools/lldb/source/Interpreter/
H A DCommandInterpreter.cpp554 CommandCompletions::eSourceFileCompletion, in LoadCommandDictionary()
603 CommandCompletions::eSourceFileCompletion, in LoadCommandDictionary()
777 2, CommandCompletions::eSourceFileCompletion, false)); in LoadCommandDictionary()
H A DCommandObject.cpp1082 …{ eArgTypeSourceFile, "source-file", CommandCompletions::eSourceFileCompletion, { nullptr, false }…
H A DOptions.cpp809 if (completion_mask & CommandCompletions::eSourceFileCompletion || in HandleOptionArgumentCompletion()