Searched refs:IdentifiedNamespaces (Results 1 – 2 of 2) sorted by relevance
141 IdentifiedNamespaces with std::unordered_set and get the benefit153 return IdentifiedNamespaces.find(Name) == IdentifiedNamespaces.end();
228 LookupSet IdentifiedNamespaces; member in llvm::logicalview::__anon56bc008a0211::LVNamespaceDeduction263 LookupSet::iterator Iter = IdentifiedNamespaces.find(Components[Index]); in find()264 if (Iter == IdentifiedNamespaces.end()) in find()413 IdentifiedNamespaces.insert(Component); in init()431 Print(IdentifiedNamespaces, "Namespaces"); in init()469 LookupSet::iterator Iter = IdentifiedNamespaces.find(Component); in get()470 return Iter == IdentifiedNamespaces.end(); in get()