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 399 of file ExternalASTSource.h.
|
inline |
Definition at line 404 of file ExternalASTSource.h.
ExternalASTSource* clang::LazyGenerationalUpdatePtr< Owner, T, Update >::LazyData::ExternalSource |
Definition at line 400 of file ExternalASTSource.h.
uint32_t clang::LazyGenerationalUpdatePtr< Owner, T, Update >::LazyData::LastGeneration = 0 |
Definition at line 401 of file ExternalASTSource.h.
T clang::LazyGenerationalUpdatePtr< Owner, T, Update >::LazyData::LastValue |
Definition at line 402 of file ExternalASTSource.h.