Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Tooling/DependencyScanning/
H A DDependencyScanningFilesystem.cpp135 new (EntryStorage.Allocate()) CachedFileSystemEntry(std::move(Stat)); in getOrEmplaceEntryForFilename()
150 Insertion.first->second = new (EntryStorage.Allocate()) in getOrEmplaceEntryForUID()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Tooling/DependencyScanning/
H A DDependencyScanningFilesystem.h166 llvm::SpecificBumpPtrAllocator<CachedFileSystemEntry> EntryStorage; member