|
clang 23.0.0git
|
Cache state per filename: resolved entry, real path, and an in-flight slot (if any). More...
#include "clang/DependencyScanning/DependencyScanningFilesystem.h"
Public Attributes | |
| const CachedFileSystemEntry * | Entry = nullptr |
| const CachedRealPath * | RealPath = nullptr |
| std::shared_ptr< InProgressEntry > | InProgress |
Cache state per filename: resolved entry, real path, and an in-flight slot (if any).
InProgress is reset on publish.
Definition at line 188 of file DependencyScanningFilesystem.h.
| const CachedFileSystemEntry* clang::dependencies::DependencyScanningFilesystemSharedCache::CacheShard::FilenameCacheState::Entry = nullptr |
Definition at line 189 of file DependencyScanningFilesystem.h.
| std::shared_ptr<InProgressEntry> clang::dependencies::DependencyScanningFilesystemSharedCache::CacheShard::FilenameCacheState::InProgress |
Definition at line 191 of file DependencyScanningFilesystem.h.
| const CachedRealPath* clang::dependencies::DependencyScanningFilesystemSharedCache::CacheShard::FilenameCacheState::RealPath = nullptr |
Definition at line 190 of file DependencyScanningFilesystem.h.