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