Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Tooling/DependencyScanning/
H A DDependencyScanningFilesystem.h61 class CachedFileSystemEntry {
65 CachedFileSystemEntry(llvm::ErrorOr<llvm::vfs::Status> Stat) in CachedFileSystemEntry() function
71 CachedFileSystemEntry(llvm::ErrorOr<llvm::vfs::Status> Stat, in CachedFileSystemEntry() function
162 std::pair<const CachedFileSystemEntry *, const CachedRealPath *>,
167 llvm::DenseMap<llvm::sys::fs::UniqueID, const CachedFileSystemEntry *>
171 llvm::SpecificBumpPtrAllocator<CachedFileSystemEntry> EntryStorage;
180 const CachedFileSystemEntry *findEntryByFilename(StringRef Filename) const;
183 const CachedFileSystemEntry *
189 const CachedFileSystemEntry &
196 const CachedFileSystemEntry &
[all …]
/freebsd/contrib/llvm-project/clang/lib/Tooling/DependencyScanning/
H A DDependencyScanningFilesystem.cpp119 const CachedFileSystemEntry *Entry = CachedPair.first; in getOutOfDateEntries()
154 const CachedFileSystemEntry *
163 const CachedFileSystemEntry *
171 const CachedFileSystemEntry &
183 new (EntryStorage.Allocate()) CachedFileSystemEntry(std::move(Stat)); in getOrEmplaceEntryForFilename()
188 const CachedFileSystemEntry &
201 CachedFileSystemEntry(std::move(Stat), StoredContents); in getOrEmplaceEntryForUID()
206 const CachedFileSystemEntry &
209 const CachedFileSystemEntry &Entry) { in getOrInsertEntryForFilename()
261 const CachedFileSystemEntry &
[all …]