Lines Matching defs:usedNames
1365 llvm::ScopedHashTable<StringRef, char> usedNames;
1388 // `nextConflictID` and `usedNames` scoped HashTable. This information is
1399 new (allocator.Allocate<UsedNamesScopeTy>()) UsedNamesScopeTy(usedNames);
1422 while (usedNames.getCurScope() != parentScope) {
1423 usedNames.getCurScope()->~UsedNamesScopeTy();
1424 assert((usedNames.getCurScope() != nullptr || parentScope == nullptr) &&
1430 UsedNamesScopeTy(usedNames);
1442 while (usedNames.getCurScope() != nullptr)
1443 usedNames.getCurScope()->~UsedNamesScopeTy();
1718 if (!usedNames.count(name)) {
1728 if (!usedNames.count(probeName)) {
1736 usedNames.insert(name, char());