Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/include/lldb/Core/
H A DModuleList.h515 void ClearImpl(bool use_notifier = true);
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DModuleList.cpp411 void ModuleList::Clear() { ClearImpl(); } in Clear()
413 void ModuleList::Destroy() { ClearImpl(); } in Destroy()
415 void ModuleList::ClearImpl(bool use_notifier) { in ClearImpl() function in ModuleList