Home
last modified time | relevance | path

Searched refs:LastGeneration (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DExternalASTSource.h451 uint32_t LastGeneration = 0; member
478 void markIncomplete() { cast<LazyData *>(Value)->LastGeneration = 0; } in markIncomplete()
495 if (LazyVal->LastGeneration != LazyVal->ExternalSource->getGeneration()) { in get()
496 LazyVal->LastGeneration = LazyVal->ExternalSource->getGeneration(); in get()