Home
last modified time | relevance | path

Searched refs:SettingsNames (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DCommandCompletions.h66 static void SettingsNames(CommandInterpreter &interpreter,
/freebsd/contrib/llvm-project/lldb/source/Commands/
H A DCommandCompletions.cpp66 {lldb::eSettingsNameCompletion, CommandCompletions::SettingsNames}, in InvokeCommonCompletionCallbacks()
582 void CommandCompletions::SettingsNames(CommandInterpreter &interpreter, in SettingsNames() function in CommandCompletions