Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/PDB/
H A DPDBSymbolFunc.cpp37 std::unordered_set<std::string> SeenNames; in FunctionArgEnumerator() local
41 if (SeenNames.insert(Child->getName()).second) in FunctionArgEnumerator()
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DVirtualFileSystem.cpp545 llvm::StringSet<> SeenNames; member in __anon5c4e8b480411::CombiningDirIterImpl
582 if (SeenNames.insert(Name).second) in incrementImpl()