Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/DebugInfo/LogicalView/Core/
H A DLVElement.h323 virtual bool removeElement(LVElement *Element) { return false; } in removeElement() function
H A DLVScope.h269 bool removeElement(LVElement *Element) override;
/openbsd-src/gnu/llvm/llvm/lib/DebugInfo/LogicalView/Core/
H A DLVCompare.cpp322 if (Parent->removeElement(Element)) { in execute()
H A DLVScope.cpp266 bool LVScope::removeElement(LVElement *Element) { in removeElement() function in LVScope