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