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.cpp38 std::unordered_set<std::string> SeenNames; in FunctionArgEnumerator() local
43 if (SeenNames.find(Name) != SeenNames.end()) in FunctionArgEnumerator()
46 SeenNames.insert(Name); in FunctionArgEnumerator()
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DVirtualFileSystem.cpp533 llvm::StringSet<> SeenNames; member in __anon5c4e8b480411::CombiningDirIterImpl
570 if (SeenNames.insert(Name).second) in incrementImpl()