Searched refs:EntryStorage (Results 1 – 2 of 2) sorted by relevance
132 new (EntryStorage.Allocate()) CachedFileSystemEntry(std::move(Stat)); in getOrEmplaceEntryForFilename()147 Insertion.first->second = new (EntryStorage.Allocate()) in getOrEmplaceEntryForUID()
166 llvm::SpecificBumpPtrAllocator<CachedFileSystemEntry> EntryStorage; member