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

/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Core/
H A DModuleList.h469 void ClearImpl(bool use_notifier = true);
/freebsd-11-stable/contrib/llvm-project/lldb/source/Core/
H A DModuleList.cpp295 void ModuleList::Clear() { ClearImpl(); }
297 void ModuleList::Destroy() { ClearImpl(); }
299 void ModuleList::ClearImpl(bool use_notifier) { function in class:ModuleList

Completed in 116 milliseconds