clang API Documentation
#include <ExternalASTSource.h>
Public Member Functions | |
LazyData (ExternalASTSource *Source, T Value) | |
Public Attributes | |
ExternalASTSource * | ExternalSource |
uint32_t | LastGeneration |
T | LastValue |
A cache of the value of this pointer, in the most recent generation in which we queried it.
Definition at line 379 of file ExternalASTSource.h.
clang::LazyGenerationalUpdatePtr< Owner, T, Update >::LazyData::LazyData | ( | ExternalASTSource * | Source, |
T | Value | ||
) | [inline] |
Definition at line 380 of file ExternalASTSource.h.
ExternalASTSource* clang::LazyGenerationalUpdatePtr< Owner, T, Update >::LazyData::ExternalSource |
Definition at line 382 of file ExternalASTSource.h.
uint32_t clang::LazyGenerationalUpdatePtr< Owner, T, Update >::LazyData::LastGeneration |
Definition at line 383 of file ExternalASTSource.h.
T clang::LazyGenerationalUpdatePtr< Owner, T, Update >::LazyData::LastValue |
Definition at line 384 of file ExternalASTSource.h.