Home
last modified time | relevance | path

Searched defs:addMatched (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Core/
H A DLVScope.h575 void addMatched(LVElement *Element) { MatchedElements.push_back(Element); } in addMatched() function
576 void addMatched(LVScope *Scope) { MatchedScopes.push_back(Scope); } in addMatched() function