Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Tooling/DependencyScanning/
H A DDependencyScanningFilesystem.cpp140 new (EntryStorage.Allocate()) CachedFileSystemEntry(std::move(Stat)); in getOrEmplaceEntryForFilename()
157 CachedEntry = new (EntryStorage.Allocate()) in getOrEmplaceEntryForUID()
/freebsd/contrib/llvm-project/clang/include/clang/Tooling/DependencyScanning/
H A DDependencyScanningFilesystem.h170 llvm::SpecificBumpPtrAllocator<CachedFileSystemEntry> EntryStorage; member