clang 23.0.0git
clang::dependencies::DependencyScanningFilesystemSharedCache::CacheShard::UIDCacheState Struct Reference

Cache state stored per unique ID; similar to FilenameCacheState. More...

#include "clang/DependencyScanning/DependencyScanningFilesystem.h"

Public Attributes

const CachedFileSystemEntryEntry = nullptr
std::shared_ptr< InProgressEntryInProgress

Detailed Description

Cache state stored per unique ID; similar to FilenameCacheState.

Definition at line 196 of file DependencyScanningFilesystem.h.

Member Data Documentation

◆ Entry

const CachedFileSystemEntry* clang::dependencies::DependencyScanningFilesystemSharedCache::CacheShard::UIDCacheState::Entry = nullptr

Definition at line 197 of file DependencyScanningFilesystem.h.

◆ InProgress

std::shared_ptr<InProgressEntry> clang::dependencies::DependencyScanningFilesystemSharedCache::CacheShard::UIDCacheState::InProgress

Definition at line 198 of file DependencyScanningFilesystem.h.


The documentation for this struct was generated from the following file: