Searched refs:LazyData (Results 1 - 2 of 2) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/clang/include/clang/AST/
H A DExternalASTSource.h397 struct LazyData { struct in struct:clang::LazyGenerationalUpdatePtr
402 LazyData(ExternalASTSource *Source, T Value) function in struct:clang::LazyGenerationalUpdatePtr::LazyData
407 using ValueType = llvm::PointerUnion<T, LazyData*>;
427 Value.template get<LazyData *>()->LastGeneration = 0;
432 if (auto *LazyVal = Value.template dyn_cast<LazyData *>()) {
444 if (auto *LazyVal = Value.template dyn_cast<LazyData *>()) {
456 if (auto *LazyVal = Value.template dyn_cast<LazyData *>())
H A DASTContext.h3162 return new (Ctx) LazyData(Source, Value);

Completed in 75 milliseconds