Home
last modified time | relevance | path

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

/external/llvm-project/lldb/include/lldb/Core/
DModuleList.h482 void ClearImpl(bool use_notifier = true);
/external/llvm-project/lldb/source/Core/
DModuleList.cpp335 void ModuleList::Clear() { ClearImpl(); } in Clear()
337 void ModuleList::Destroy() { ClearImpl(); } in Destroy()
339 void ModuleList::ClearImpl(bool use_notifier) { in ClearImpl() function in ModuleList