clang 20.0.0git
|
A cache of the value of this pointer, in the most recent generation in which we queried it. More...
#include "clang/AST/ExternalASTSource.h"
Public Member Functions | |
LazyData (ExternalASTSource *Source, T Value) | |
Public Attributes | |
ExternalASTSource * | ExternalSource |
uint32_t | LastGeneration = 0 |
T | LastValue |
A cache of the value of this pointer, in the most recent generation in which we queried it.
Definition at line 436 of file ExternalASTSource.h.
|
inline |
Definition at line 441 of file ExternalASTSource.h.
ExternalASTSource* clang::LazyGenerationalUpdatePtr< Owner, T, Update >::LazyData::ExternalSource |
Definition at line 437 of file ExternalASTSource.h.
uint32_t clang::LazyGenerationalUpdatePtr< Owner, T, Update >::LazyData::LastGeneration = 0 |
Definition at line 438 of file ExternalASTSource.h.
T clang::LazyGenerationalUpdatePtr< Owner, T, Update >::LazyData::LastValue |
Definition at line 439 of file ExternalASTSource.h.