Searched refs:IdentifiedNamespaces (Results 1 – 2 of 2) sorted by relevance
107 ``IdentifiedNamespaces`` with ``std::unordered_set`` and get the benefit118 return IdentifiedNamespaces.find(Name) == IdentifiedNamespaces.end();
217 LookupSet IdentifiedNamespaces; member in llvm::logicalview::__anond7e39c940211::LVNamespaceDeduction251 LookupSet::iterator Iter = IdentifiedNamespaces.find(Components[Index]); in find()252 if (Iter == IdentifiedNamespaces.end()) in find()400 IdentifiedNamespaces.insert(Component); in init()418 Print(IdentifiedNamespaces, "Namespaces"); in init()456 LookupSet::iterator Iter = IdentifiedNamespaces.find(Component); in get()457 return Iter == IdentifiedNamespaces.end(); in get()