Searched refs:RemoveAll (Results 1 – 7 of 7) sorted by relevance
113 void RemoveAll(bool notify);
185 void RemoveAll(bool notify);
81 void BreakpointList::RemoveAll(bool notify) { in RemoveAll() function in BreakpointList
228 void WatchpointList::RemoveAll(bool notify) { in RemoveAll() function in WatchpointList
237 os.RemoveAll(tmpgopath)
854 tooling::Replacement RemoveAll(SM, CharSourceRange::getCharRange(Begin, End), in moveAll() local856 std::string FilePath = RemoveAll.getFilePath().str(); in moveAll()857 Context->FileToReplacements[FilePath] = tooling::Replacements(RemoveAll); in moveAll()
284 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()