Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/include/lldb/Interpreter/
H A DCommandCompletions.h130 static void ProcessNames(CommandInterpreter &interpreter,
/llvm-project-15.0.7/lldb/source/Commands/
H A DCommandCompletions.cpp78 {eProcessNameCompletion, CommandCompletions::ProcessNames}, in InvokeCommonCompletionCallbacks()
693 void CommandCompletions::ProcessNames(CommandInterpreter &interpreter, in ProcessNames() function in CommandCompletions