Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Interpreter/
H A DIncrementalParser.cpp160 bool RemoveAll = true; in CleanUpPTU() local
165 RemoveAll = false; in CleanUpPTU()
167 if (LLVM_LIKELY(RemoveAll)) { in CleanUpPTU()
/freebsd/crypto/krb5/src/windows/leashdll/
H A Dlshutil.cpp164 RemoveAll(); in ~DynEnumString()
167 void RemoveAll() in RemoveAll() function in DynEnumString
384 m_enumString->RemoveAll(); in ClearHistory()
/freebsd/contrib/llvm-project/lldb/include/lldb/Breakpoint/
H A DBreakpointList.h113 void RemoveAll(bool notify);
H A DWatchpointList.h184 void RemoveAll(bool notify);
/freebsd/contrib/llvm-project/lldb/source/Breakpoint/
H A DBreakpointList.cpp84 void BreakpointList::RemoveAll(bool notify) { in RemoveAll() function in BreakpointList
H A DWatchpointList.cpp229 void WatchpointList::RemoveAll(bool notify) { in RemoveAll() function in WatchpointList
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DTarget.cpp373 m_breakpoint_list.RemoveAll(notify); in Destroy()
374 m_internal_breakpoint_list.RemoveAll(notify); in Destroy()
376 m_watchpoint_list.RemoveAll(notify); in Destroy()
1053 m_breakpoint_list.RemoveAll(true); in RemoveAllBreakpoints()
1055 m_internal_breakpoint_list.RemoveAll(false); in RemoveAllBreakpoints()
1319 m_watchpoint_list.RemoveAll(true); in RemoveAllWatchpoints()
1336 m_watchpoint_list.RemoveAll(true); in RemoveAllWatchpoints()