Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Readers/
H A DLVCodeViewVisitor.cpp212 Names NamespaceNames; member in llvm::logicalview::__anond7e39c940211::LVNamespaceDeduction
220 if (NamespaceNames.find(Name) == NamespaceNames.end()) in add()
221 NamespaceNames.emplace(Name, Namespace); in add()
234 auto It = NamespaceNames.find(Name); in find()
235 LVScope *Namespace = It != NamespaceNames.end() ? It->second : nullptr; in find()