Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/include/lldb/Breakpoint/
H A DBreakpointList.h113 void RemoveAll(bool notify);
H A DWatchpointList.h185 void RemoveAll(bool notify);
/llvm-project-15.0.7/lldb/source/Breakpoint/
H A DBreakpointList.cpp81 void BreakpointList::RemoveAll(bool notify) { in RemoveAll() function in BreakpointList
H A DWatchpointList.cpp228 void WatchpointList::RemoveAll(bool notify) { in RemoveAll() function in WatchpointList
/llvm-project-15.0.7/llvm/tools/llvm-go/
H A Dllvm-go.go237 os.RemoveAll(tmpgopath)
/llvm-project-15.0.7/clang-tools-extra/clang-move/
H A DMove.cpp854 tooling::Replacement RemoveAll(SM, CharSourceRange::getCharRange(Begin, End), in moveAll() local
856 std::string FilePath = RemoveAll.getFilePath().str(); in moveAll()
857 Context->FileToReplacements[FilePath] = tooling::Replacements(RemoveAll); in moveAll()
/llvm-project-15.0.7/lldb/source/Target/
H A DTarget.cpp284 m_breakpoint_list.RemoveAll(notify); in Destroy()
285 m_internal_breakpoint_list.RemoveAll(notify); in Destroy()
907 m_breakpoint_list.RemoveAll(true); in RemoveAllBreakpoints()
909 m_internal_breakpoint_list.RemoveAll(false); in RemoveAllBreakpoints()
1169 m_watchpoint_list.RemoveAll(true); in RemoveAllWatchpoints()
1186 m_watchpoint_list.RemoveAll(true); in RemoveAllWatchpoints()