Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/Tooling/DependencyScanning/
H A DDependencyScanningFilesystem.cpp133 new (EntryStorage.Allocate()) CachedFileSystemEntry(std::move(Stat)); in getOrEmplaceEntryForFilename()
148 Insertion.first->second = new (EntryStorage.Allocate()) in getOrEmplaceEntryForUID()
/openbsd-src/gnu/llvm/clang/include/clang/Tooling/DependencyScanning/
H A DDependencyScanningFilesystem.h166 llvm::SpecificBumpPtrAllocator<CachedFileSystemEntry> EntryStorage; member