Searched refs:HashTableTy (Results 1 – 2 of 2) sorted by relevance
449 typedef llvm::StringMap<IdentifierInfo*, llvm::BumpPtrAllocator> HashTableTy; typedef450 HashTableTy HashTable;535 typedef HashTableTy::const_iterator iterator;536 typedef HashTableTy::const_iterator const_iterator;
498 using HashTableTy = llvm::StringMap<IdentifierInfo *, llvm::BumpPtrAllocator>; variable499 HashTableTy HashTable;587 using iterator = HashTableTy::const_iterator;588 using const_iterator = HashTableTy::const_iterator;