Searched refs:LazyGenerationalUpdatePtr (Results 1 – 4 of 4) sorted by relevance
| /freebsd/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | ExternalASTSource.h | 446 struct LazyGenerationalUpdatePtr { struct 462 LazyGenerationalUpdatePtr(ValueType V) : Value(V) {} in LazyGenerationalUpdatePtr() argument 468 explicit LazyGenerationalUpdatePtr(const ASTContext &Ctx, T Value = T()) 474 LazyGenerationalUpdatePtr(NotUpdatedTag, T Value = T()) argument 512 static LazyGenerationalUpdatePtr getFromOpaqueValue(void *Ptr) { in getFromOpaqueValue() argument 513 return LazyGenerationalUpdatePtr(ValueType::getFromOpaqueValue(Ptr)); in getFromOpaqueValue() 526 clang::LazyGenerationalUpdatePtr<Owner, T, Update>> { 527 using Ptr = clang::LazyGenerationalUpdatePtr<Owner, T, Update>;
|
| H A D | Redeclarable.h | 90 LazyGenerationalUpdatePtr<const Decl *, Decl *,
|
| H A D | ASTContext.h | 3819 typename clang::LazyGenerationalUpdatePtr<Owner, T, Update>::ValueType 3820 clang::LazyGenerationalUpdatePtr<Owner, T, Update>::makeValue( in makeValue()
|
| /freebsd/contrib/llvm-project/clang/lib/AST/ |
| H A D | ASTContext.cpp | 14723 clang::LazyGenerationalUpdatePtr< 14725 clang::LazyGenerationalUpdatePtr<
|