|
clang 24.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, Decl *Value) | |
Public Attributes | |
| ExternalASTSource * | ExternalSource |
| uint32_t | LastGeneration = 0 |
| Decl * | LastValue |
A cache of the value of this pointer, in the most recent generation in which we queried it.
Definition at line 447 of file ExternalASTSource.h.
|
inline |
Definition at line 452 of file ExternalASTSource.h.
References ExternalSource, LastValue, and clang::LazyGenerationalDeclPtr::Value.
| ExternalASTSource* clang::LazyGenerationalDeclPtr::LazyData::ExternalSource |
Definition at line 448 of file ExternalASTSource.h.
Referenced by LazyData().
| uint32_t clang::LazyGenerationalDeclPtr::LazyData::LastGeneration = 0 |
Definition at line 449 of file ExternalASTSource.h.
| Decl* clang::LazyGenerationalDeclPtr::LazyData::LastValue |
Definition at line 450 of file ExternalASTSource.h.
Referenced by LazyData().