Home
last modified time | relevance | path

Searched refs:RemoveAll (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Interpreter/
H A DIncrementalParser.cpp394 bool RemoveAll = true; in CleanUpPTU() local
399 RemoveAll = false; in CleanUpPTU()
401 if (LLVM_LIKELY(RemoveAll)) { in CleanUpPTU()
/freebsd/contrib/llvm-project/lldb/include/lldb/Breakpoint/
H A DBreakpointList.h113 void RemoveAll(bool notify);
H A DWatchpointList.h185 void RemoveAll(bool notify);
/freebsd/contrib/llvm-project/lldb/source/Breakpoint/
H A DBreakpointList.cpp84 void BreakpointList::RemoveAll(bool notify) { in RemoveAll()
81 void BreakpointList::RemoveAll(bool notify) { RemoveAll() function in BreakpointList
H A DWatchpointList.cpp231 void WatchpointList::RemoveAll(bool notify) { in RemoveAll()
228 void WatchpointList::RemoveAll(bool notify) { RemoveAll() function in WatchpointList
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DTarget.cpp288 m_breakpoint_list.RemoveAll(notify); in Destroy()
289 m_internal_breakpoint_list.RemoveAll(notify); in Destroy()
291 m_watchpoint_list.RemoveAll(notify); in Destroy()
963 m_breakpoint_list.RemoveAll(true); in RemoveAllBreakpoints()
965 m_internal_breakpoint_list.RemoveAll(false); in RemoveAllBreakpoints()
1229 m_watchpoint_list.RemoveAll(true); in RemoveAllWatchpoints()
1246 m_watchpoint_list.RemoveAll(true); in RemoveAllWatchpoints()