Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/DebugInfo/LogicalView/Core/
H A DLVScope.cpp270 auto RemoveElement = [Element, Predicate](auto &Container) -> bool { in removeElement() local
283 return RemoveElement(Lines); in removeElement()
285 if (RemoveElement(Children)) { in removeElement()
287 return RemoveElement(Symbols); in removeElement()
289 return RemoveElement(Types); in removeElement()
291 return RemoveElement(Scopes); in removeElement()