Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Interpreter/
H A DCommandCompletions.h88 static int SettingsNames(CommandInterpreter &interpreter,
/freebsd-12.1/contrib/llvm/tools/lldb/source/Commands/
H A DCommandCompletions.cpp47 {eSettingsNameCompletion, CommandCompletions::SettingsNames},
296 int CommandCompletions::SettingsNames(CommandInterpreter &interpreter, in SettingsNames() function in CommandCompletions