Searched refs:RemoveAll (Results 1 – 8 of 8) sorted by relevance
231 Fix RemoveAll; in removeAllUnusedIncludes() local 232 RemoveAll.Message = "remove all unused includes"; in removeAllUnusedIncludes() 235 RemoveAll.Edits.insert(RemoveAll.Edits.end(), in removeAllUnusedIncludes() 239 return RemoveAll; in removeAllUnusedIncludes()
159 bool RemoveAll = true; in getTranslationUnitKind() 164 RemoveAll = false; in ExecuteAction() 166 if (LLVM_LIKELY(RemoveAll)) { in ExecuteAction() 394 bool RemoveAll = true; CleanUpPTU() local
113 void RemoveAll(bool notify);
185 void RemoveAll(bool notify);
84 void BreakpointList::RemoveAll(bool notify) { in RemoveAll() function in BreakpointList
231 void WatchpointList::RemoveAll(bool notify) { in RemoveAll() function in WatchpointList
855 tooling::Replacement RemoveAll(SM, CharSourceRange::getCharRange(Begin, End), in moveAll() local857 std::string FilePath = RemoveAll.getFilePath().str(); in moveAll()858 Context->FileToReplacements[FilePath] = tooling::Replacements(RemoveAll); in moveAll()
371 m_breakpoint_list.RemoveAll(notify); in CreateBreakpointAtUserEntry() 372 m_internal_breakpoint_list.RemoveAll(notify); in CreateBreakpointAtUserEntry() 374 m_watchpoint_list.RemoveAll(notify); in CreateBreakpointAtUserEntry() 1051 m_breakpoint_list.RemoveAll(true); in EnableBreakpointByID() 1053 m_internal_breakpoint_list.RemoveAll(false); in EnableBreakpointByID() 1317 m_watchpoint_list.RemoveAll(true); in ClearAllWatchpointHitCounts() 1334 m_watchpoint_list.RemoveAll(true);