Searched refs:eSourceFileCompletion (Results 1 – 9 of 9) sorted by relevance
| /freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Interpreter/ |
| H A D | CommandCompletions.h | 38 eSourceFileCompletion = (1u << 0), enumerator
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Commands/ |
| H A D | CommandObjectSource.cpp | 44 …OptionParser::eRequiredArgument, nullptr, {}, CommandCompletions::eSourceFileCompletion, eArgTypeF… 657 …OptionParser::eRequiredArgument, nullptr, {}, CommandCompletions::eSourceFileCompletion, eArgTypeF…
|
| H A D | CommandCompletions.cpp | 42 {eSourceFileCompletion, CommandCompletions::SourceFiles},
|
| H A D | CommandObjectBreakpoint.cpp | 256 …OptionParser::eRequiredArgument, nullptr, {}, CommandCompletions::eSourceFileCompletion, eArgTypeF… 1428 …OptionParser::eRequiredArgument, nullptr, {}, CommandCompletions::eSourceFileCompletion, eArgTypeF…
|
| H A D | CommandObjectThread.cpp | 1751 …OptionParser::eRequiredArgument, nullptr, {}, CommandCompletions::eSourceFileCompletion, eArgTypeF…
|
| H A D | CommandObjectTarget.cpp | 1907 GetCommandInterpreter(), CommandCompletions::eSourceFileCompletion, in HandleArgumentCompletion() 4526 …OptionParser::eRequiredArgument, nullptr, {}, CommandCompletions::eSourceFileCompletion, eArgTypeF…
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Interpreter/ |
| H A D | CommandInterpreter.cpp | 554 CommandCompletions::eSourceFileCompletion, in LoadCommandDictionary() 603 CommandCompletions::eSourceFileCompletion, in LoadCommandDictionary() 777 2, CommandCompletions::eSourceFileCompletion, false)); in LoadCommandDictionary()
|
| H A D | CommandObject.cpp | 1082 …{ eArgTypeSourceFile, "source-file", CommandCompletions::eSourceFileCompletion, { nullptr, false }…
|
| H A D | Options.cpp | 809 if (completion_mask & CommandCompletions::eSourceFileCompletion || in HandleOptionArgumentCompletion()
|