Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DCommandInterpreter.h356 void RemoveAllUser() { m_user_dict.clear(); } in RemoveAllUser() function
/freebsd/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectCommands.cpp2351 m_interpreter.RemoveAllUser(); in DoExecute()