Home
last modified time | relevance | path

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

/llvm-project/clang-tools-extra/clangd/
H A DIncludeCleaner.cpp231 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()
/llvm-project/clang/lib/Interpreter/
H A DIncrementalParser.cpp159 bool RemoveAll = true; in getTranslationUnitKind()
164 RemoveAll = false; in ExecuteAction()
166 if (LLVM_LIKELY(RemoveAll)) { in ExecuteAction()
394 bool RemoveAll = true; CleanUpPTU() local
/llvm-project/lldb/include/lldb/Breakpoint/
H A DBreakpointList.h113 void RemoveAll(bool notify);
H A DWatchpointList.h185 void RemoveAll(bool notify);
/llvm-project/lldb/source/Breakpoint/
H A DBreakpointList.cpp84 void BreakpointList::RemoveAll(bool notify) { in RemoveAll() function in BreakpointList
H A DWatchpointList.cpp231 void WatchpointList::RemoveAll(bool notify) { in RemoveAll() function in WatchpointList
/llvm-project/clang-tools-extra/clang-move/
H A DMove.cpp855 tooling::Replacement RemoveAll(SM, CharSourceRange::getCharRange(Begin, End), in moveAll() local
857 std::string FilePath = RemoveAll.getFilePath().str(); in moveAll()
858 Context->FileToReplacements[FilePath] = tooling::Replacements(RemoveAll); in moveAll()
/llvm-project/lldb/source/Target/
H A DTarget.cpp371 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);