Home
last modified time | relevance | path

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

/llvm-project-15.0.7/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()
/llvm-project-15.0.7/llvm/lib/Support/
H A DVirtualFileSystem.cpp507 llvm::StringSet<> SeenNames; member in __anon2f7918780411::CombiningDirIterImpl
544 if (SeenNames.insert(Name).second) in incrementImpl()