Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/tools/llvm-debuginfo-analyzer/
H A DREADME.md106 Replace the ``std::set`` usage for ``DeducedScopes``, ``UnresolvedScopes`` and
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Readers/
H A DLVCodeViewVisitor.cpp226 LookupSet DeducedScopes; member in llvm::logicalview::__anond7e39c940211::LVNamespaceDeduction
396 DeducedScopes.insert(InnerComponent); in add()
411 LookupSet::iterator Iter = DeducedScopes.find(Component); in init()
412 if (Iter == DeducedScopes.end()) in init()
429 Print(DeducedScopes, "Deducted Scopes"); in init()