Searched refs:LazyGenerationalUpdatePtr (Results 1 – 4 of 4) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | ExternalASTSource.h | 396 struct LazyGenerationalUpdatePtr { struct 412 LazyGenerationalUpdatePtr(ValueType V) : Value(V) {} in LazyGenerationalUpdatePtr() argument 418 explicit LazyGenerationalUpdatePtr(const ASTContext &Ctx, T Value = T()) 424 LazyGenerationalUpdatePtr(NotUpdatedTag, T Value = T()) argument 464 static LazyGenerationalUpdatePtr getFromOpaqueValue(void *Ptr) { in getFromOpaqueValue() argument 465 return LazyGenerationalUpdatePtr(ValueType::getFromOpaqueValue(Ptr)); in getFromOpaqueValue() 478 clang::LazyGenerationalUpdatePtr<Owner, T, Update>> { 479 using Ptr = clang::LazyGenerationalUpdatePtr<Owner, T, Update>;
|
| H A D | Redeclarable.h | 90 LazyGenerationalUpdatePtr<const Decl *, Decl *,
|
| H A D | ASTContext.h | 3480 typename clang::LazyGenerationalUpdatePtr<Owner, T, Update>::ValueType 3481 clang::LazyGenerationalUpdatePtr<Owner, T, Update>::makeValue( in makeValue()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/AST/ |
| H A D | ASTContext.cpp | 13311 clang::LazyGenerationalUpdatePtr< 13313 clang::LazyGenerationalUpdatePtr<
|